Adding Future Regressor Error #799
Answered
by
ourownstory
Msaleh87
asked this question in
Q&A - get help using NeuralProphet
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?! |
Answered by
ourownstory
Oct 6, 2022
Replies: 1 comment 2 replies
Their future values should be added in neural_prophet/neuralprophet/forecaster.py Line 1164 in 3bf0336 Hope this helps |
2 replies
Answer selected by
Msaleh87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Their future values should be added in
make_future_dataframe, see:neural_prophet/neuralprophet/forecaster.py
Line 1164 in 3bf0336
Hope this helps