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

Imputation Routines #3

Open
Peder2911 opened this issue Mar 11, 2021 · 2 comments
Open

Imputation Routines #3

Peder2911 opened this issue Mar 11, 2021 · 2 comments
Assignees

Comments

@Peder2911
Copy link
Contributor

Interpolation of missing data is a very important feature to implement. My suggestion is that we start out with a simple interpolation mechanism, and then open up to more advanced implementations as alternatives.

@Doktorandahl will be a key contributor to future more advanced kinds of interpolation.

An interpolation is defined as taking a series:

0, NaN, 1, 0 ,0

And replacing the NaN(s) with meaningful values to allow us to use the whole series.

I might implement a very naïve interpolator as a proof of concept that we can expand upon.

@Peder2911 Peder2911 changed the title Interpolation Imputation Routines Sep 10, 2021
@Doktorandahl
Copy link

Thanks, I agree that this is super important. As soon as I have cleared out a few papers on my desk, I will start the process of evaluating imputation routines.

@Peder2911
Copy link
Contributor Author

Awesome!

@Peder2911 Peder2911 mentioned this issue Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants