Skip to content

How to let model use more recent information when forecasting? #1541

Discussion options

You must be logged in to vote

Yes, that is possible by using Autoregression.
Set n_lags=24.
Just beware, if you were not using AR thus far with NP, this is the one setting that will affect few other settings, like you need to also explicitly define the number of n_forecasts steps to predict (should be less than n_lags), e.g. 12.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@stikket
Comment options

@ourownstory
Comment options

@stikket
Comment options

@ourownstory
Comment options

Answer selected by stikket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants