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

Why Holt-Winters only returns one-step-ahead forecast ? #29

Closed
joao-prg opened this issue Mar 2, 2018 · 2 comments
Closed

Why Holt-Winters only returns one-step-ahead forecast ? #29

joao-prg opened this issue Mar 2, 2018 · 2 comments
Milestone

Comments

@joao-prg
Copy link

joao-prg commented Mar 2, 2018

Hi @datumbox, it would be possible to return the forecasted values until t+season_length, right ?

@datumbox
Copy link
Owner

datumbox commented Mar 9, 2018

@joao-prg Unfortunately the current implementation will give you only t+1. To get t+season_length you need multiple calls (appending previous predictions). If you want to remove the limitation and send a PR with a test case, I'll be happy to merge.

@datumbox datumbox added this to the Future milestone Mar 9, 2018
@joao-prg joao-prg closed this as completed Apr 5, 2018
@joao-prg
Copy link
Author

joao-prg commented Apr 5, 2018

Thank you for your response @datumbox, when possible I will try to remove such limitation

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

2 participants