Skip to content

make future dataframe ignores periods keyword #1157

Discussion options

You must be logged in to vote

Hi @thanosvlo
When we use autoregression (i.e. self.max_lags > 0) and call m.make_future_dataframe() to predict into the unknown future, then we want to predict a defined number of steps. The number, in that case, is determined by n_forecasts.
We add the parameter period for the case of not using autoregression self.max_lags = 0. In this case, we allow the user to forecast periods steps into the unknown future.
periods and n_forecasts are not multiplied. Hope this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karl-richter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1120 on February 17, 2023 04:40.