can I only use lagged regressors (covariates) with autoregressive (AR) disabled? #1226
Answered
by
JOU1
JOU1
asked this question in
Q&A - get help using NeuralProphet
-
hi, I'm trying to only use lagged external variables and disable the input of lagged "y" itself. is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
JOU1
Mar 20, 2023
Replies: 1 comment 1 reply
-
I resolved it by adding a seperate n_lags to .add_lagged_regressor(). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
noxan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I resolved it by adding a seperate n_lags to .add_lagged_regressor().