You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: