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

Feature request: Direct forecast #176

Open
itamarcaspi opened this issue Jul 1, 2019 · 5 comments
Open

Feature request: Direct forecast #176

itamarcaspi opened this issue Jul 1, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@itamarcaspi
Copy link

itamarcaspi commented Jul 1, 2019

If I understand correctly, fable (and forecast) only deal with iterated forecasts, i.e., multiperiod-ahead time series forecasts are made using a one-period ahead model. Am I right? If so, would it be possible to add the option for direct forecasts, made using a horizon-specific estimated model, where the dependent variable is the multi-period ahead value being forecasted?

Reference

Marcellino, M., Stock, J. H., & Watson, M. W. (2006). A comparison of direct and iterated multistep AR methods for forecasting macroeconomic time series. Journal of Econometrics, 135(1-2), 499-526.

@mitchelloharawild
Copy link
Member

This option would require a model specific implementation, of which none of the currently implemented methods are. However as far as implementation is concerned, there is nothing preventing a newly implemented model from being optimised for a specific horizon.

@mitchelloharawild mitchelloharawild added the enhancement New feature or request label Jul 1, 2019
@edgBR
Copy link

edgBR commented May 19, 2020

Hi @itamarcaspi

For direct forecast there is a nice package available:

https://cran.r-project.org/web/packages/forecastML/vignettes/package_overview.html

However is more focused into transforming the time series problems into a machine learning regression problem with lagged predictors.

@itamarcaspi
Copy link
Author

Thanks, @edgBR ! This package seems to be very promising and up-to-date.

@edgBR
Copy link

edgBR commented May 24, 2020

An update maybe useful for the creators of tidyverts:

nredell/forecastML#35

Next release is planned to be as compliant as possible with the fable API.

BR
/Edgar

@mitchelloharawild
Copy link
Member

Thanks for the mention - useful update indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants