Add regressors #591
Answered
by
ourownstory
AlejandroGB13
asked this question in
Q&A - get help using NeuralProphet
-
Hey, I'm trying to run something like this: And getting this error: Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ourownstory
Mar 22, 2022
Replies: 1 comment
-
NeuralProphet supports both future and lagged regressors. The equivalent to the prophet function is neural_prophet/neuralprophet/forecaster.py Line 402 in 7d0135a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ourownstory
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NeuralProphet supports both future and lagged regressors.
The equivalent to the prophet function is
add_future_regressor
neural_prophet/neuralprophet/forecaster.py
Line 402 in 7d0135a