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

Dealing with missing data #260

Open
machielg opened this issue Jul 31, 2020 · 1 comment
Open

Dealing with missing data #260

machielg opened this issue Jul 31, 2020 · 1 comment

Comments

@machielg
Copy link

Not sure if it’s a feature request or something for the documentation but I am wondering how to deal with missing data. I have for each user a multi variate time series but not always complete or of equal size/length. Should I just leave NaNs or use interpolation? In the second case that could be feature of mcfly.

@cwmeijer
Copy link
Member

Mcfly doesn't have any options for imputing missing values, but there are many available in sklearn (see https://scikit-learn.org/stable/modules/impute.html). We don't plan to implement any at the moment, but I will leave this issue open until our team has made a decision on the matter.

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

2 participants