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

Investigate other multi-step forecasting strategies #84

Open
antoinecarme opened this issue Dec 4, 2017 · 3 comments
Open

Investigate other multi-step forecasting strategies #84

antoinecarme opened this issue Dec 4, 2017 · 3 comments

Comments

@antoinecarme
Copy link
Owner

PyAF uses an iterated one-step ahead forecasting, that is , the same model (signal transformation + signal decomposition) forecast is iterated one-step at a time.

Other forecasting strategies do exist :

  1. iterated one-step ahead forecasting (PyAF uses this one)
  2. direct -step ahead forecasting; and
  3. multiple input multiple output models.

see

  1. A review and comparison of strategies for multi-step ahead time series forecasting based on the NN5 forecasting competition By Souhaib Ben Taieb, Gianluca Bontempi, Amir Atiya and Antti Sorjamaa https://arxiv.org/pdf/1108.3259.pdf

  2. Long-term forecasting with machine learning models by Thomas Huijskens https://thuijskens.github.io/2016/08/03/time-series-forecasting/

@antoinecarme
Copy link
Owner Author

Strategy One. Recursive

image

@antoinecarme
Copy link
Owner Author

Strategy 2. Direct

image

@antoinecarme
Copy link
Owner Author

Strategy 3. MIMO / Joint

image

image

@antoinecarme antoinecarme added the topic:pyaf_forecast Long Term Future of PyAF label Mar 24, 2023
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