Using True Lags in .predict() #843
Unanswered
samuel-gerstein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running an AutoRegressive model with hourly data (lags=24, h=24) and wanted to evaluate my test set of a year.
I see that
.predict()
doesn't take in the true test target values. Is it possible for the model to use its true lags to generate its forecast? I know in practice that this model would be updated every day.Beta Was this translation helpful? Give feedback.
All reactions