Error Inputs/targets with missing values detected, while there is no missing value #1521
Unanswered
wtwilley17
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment
-
This happens when you have gaps of more than 30 periods in your data. The system cannot impute data for gaps longer than 30 periods, so you must do that yourself, then feed your data frame into the model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got this error = 'Inputs/targets with missing values detected. Please either adjust imputation parameters, or set 'drop_missing' to True to drop those samples.'
Check with
and
I tried using drop_missing = True, but it ruined my prediction into NA for all values.
my code :
Beta Was this translation helpful? Give feedback.
All reactions