ERROR - (NP.df_utils.auto_normalization_setting) - encountered variable with one unique value #694
Unanswered
jmsimon68
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment 3 replies
-
It seems like one of your regressors may have a single value (not changing over time)? If you provide a minimal code snippet (including some dummy data), I can try to reproduce the error and investigate. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to compare forecast with and without AR, and I can't make it run with AR.
The model works fine, with future regressors added. But when I try to run it with AR, I get that error, using the same dataframe.
The code I am using is quite basic:
This one runs fine. But this one below:
Stops at fit, with the error in the title.
The df is a relatively simple one, with two columns, ds and y, and 50 rows. In the first case, I do provide 'var A' and 'var B' values for the next 6 months.
Any idea what is going on?
THANKS!
Beta Was this translation helpful? Give feedback.
All reactions