Skip to content

Error predicting with n_lags>0 #731

Discussion options

You must be logged in to vote

This is the normal behavior.
Using the network with the default value for n_forecast = 1 will only allow you make one-step forecast into the future.
If you want to make 324 predictions, then you should specify n_forecast = 324 (this way the network learns to make prevision n_forecast step ahead in the future).
More on this topic here: https://neuralprophet.com/html/autoregression_yosemite_temps.html#Multi-step-forecast

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ourownstory
Comment options

Answer selected by ourownstory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #670 on August 23, 2022 22:19.