Adding Future Regressor Error #799
-
Discussed in #797Originally posted by Msaleh87 October 3, 2022 This is my code, L12 is the dataset you see in the pic above:
The model trains and saves fine, then when I try to forecast using this code, I get an error:
Should I add an argument for the future regressors inside the forecast?! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Their future values should be added in neural_prophet/neuralprophet/forecaster.py Line 1164 in 3bf0336 Hope this helps |
Beta Was this translation helpful? Give feedback.
Their future values should be added in
make_future_dataframe
, see:neural_prophet/neuralprophet/forecaster.py
Line 1164 in 3bf0336
Hope this helps