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

Combine Direct and Recursive Forecasting Strategies allowing to produce longer prediction then training horizon #1155

Open
anthonygiorgio97 opened this issue Sep 23, 2024 · 2 comments

Comments

@anthonygiorgio97
Copy link

Description

It would be great to have a new feature that combines both direct and recursive forecasting strategies within the neuralforecast library. Currently, direct forecasting models like NHITS and NBEATS generate all steps in the forecast horizon simultaneously, while recursive forecasting models predict one step ahead and use that prediction for the next step. However, there is no built-in functionality that allows combining these two strategies

Use case

This feature would be particularly useful in situations where the user needs to train a model using a specific forecast horizon (h) and generate a forecast of length n*h, without having to run recursive predictions manually. For example, in other libraries such as statsforecast and mlforecast, users can specify a different forecast horizon for the .forecast() method

@elephaint
Copy link
Contributor

Thanks for the suggestion! I understand the request; from my side I need to think about how this could be integrated in NF.

@elephaint elephaint self-assigned this Sep 24, 2024
@deiping
Copy link

deiping commented Nov 27, 2024

Yes, many issues have raised this.

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

3 participants