AutoViML/Auto_TS

Why is Forecast Period = 5?

DariaMishina opened this issue · 2 comments

Hello!
try to predict future values, e.g. for next 7 days, but only 5 days for future is possible to predict. Last actual day is 15/08, so 1st day of prediction is 16/08, last day - 20/08.
image
Could you be so kind to let me know where it is possible to increase number of future periods? To predict from 16/08 till 22/08

@DariaMishina 👍
This has been fixed in the latest version. Please do:
"pip install auto-ts --upgrade --user"

That should fix it.
Thanks
Auto-TS team

Thank you so much!