Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way for autoregressive forecasts #1205

Open
j-adamczyk opened this issue Nov 18, 2024 · 0 comments
Open

Add a way for autoregressive forecasts #1205

j-adamczyk opened this issue Nov 18, 2024 · 0 comments

Comments

@j-adamczyk
Copy link

Description

Follow-up to #1193. Models generally have a limited forecasting horizon, and using longer horizons requires autoregressive forecasts. Currently, this has to be implemented manually by the user. Automating this would be really convenient. This could be either a separate function, or extension to .predict() method.

Use case

Any long-horizon forecast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant