Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Enh/58 interpolation methods #60

Conversation

mochic
Copy link
Collaborator

@mochic mochic commented Dec 16, 2017

[WIP] attempts to address #58

I have some issues currently. Let me know what you think.

Issues

  • neuroglia.interpolator.kriging_interpolator_factory looks strange to me, there has to be a better way to do this
  • I can't seem successfully to test neuroglia.interpolator.sinc_interpolator_factory against justin kiggins's test data
  • I don't know if setting the builtin interpolators as a namedtuple class attribute is the best functionality but I currently like coupling them together in this way

@mochic mochic requested review from nicain and neuromusic December 16, 2017 01:40
@neuromusic neuromusic changed the base branch from master to feature/more_interpolation March 16, 2018 19:13
Copy link
Contributor

@neuromusic neuromusic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving merging this into a branch in this repo until we can revisit development on these methods

self.sample_times = sample_times
self.traces = traces

if isinstance(interpolator, string_types):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the logic here risks breaking compatability with scikit-learn infrastructure. see http://scikit-learn.org/0.16/developers/index.html#instantiation

@neuromusic neuromusic merged commit 73755c2 into AllenInstitute:feature/more_interpolation Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants