AutoViML / Auto_TS

Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is Forecast Period = 5?

DariaMishina opened this issue · 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!