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.
Apache License 2.0
729 stars 114 forks source link

Why is Forecast Period = 5? #58

Closed DariaMishina closed 3 years ago

DariaMishina commented 3 years ago

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

AutoViML commented 3 years ago

@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

DariaMishina commented 3 years ago

Thank you so much!