In the original Prophet documentation, when modeling monthly data forecasts, according to link here, I need to add 12 binary variables to the model and not use yearly seasonality to avoid overfitting. Is neuralprophet recommending the same approach to model monthly data? However as I add the 12 binary variables as future regressors, I encounter this bug
ERROR - (NP.df_utils.auto_normalization_setting) - encountered variable with one unique value
And also when I am plotting the components of the model the output is strange too.
Describe the solution you'd like
A documentation of tutorial in dealing with sub-daily data
Describe alternatives you've considered
Use yearly seasonality
Additional context
No
In the original Prophet documentation, when modeling monthly data forecasts, according to link here, I need to add 12 binary variables to the model and not use yearly seasonality to avoid overfitting. Is neuralprophet recommending the same approach to model monthly data? However as I add the 12 binary variables as future regressors, I encounter this bug
ERROR - (NP.df_utils.auto_normalization_setting) - encountered variable with one unique valueAnd also when I am plotting the components of the model the output is strange too.
Describe the solution you'd like
A documentation of tutorial in dealing with sub-daily data
Describe alternatives you've considered
Use yearly seasonality
Additional context
No