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

Prophet: Quarterly forecast displays wrong dates

bbbingu opened this issue · comments

Using the prophet model to forecast QS dates seems to return the wrong dates. The data I have is formatted as a quarter start frequency e.g. '2017-03-01', '2017-6-01', but the predictions show intervals of 2018-01-01, 2018-04-01, 2018-07-01.

Screen Shot 2021-08-22 at 3 22 54 AM

Screen Shot 2021-08-22 at 3 22 05 AM

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

That should fix it.
Thanks
Auto-TS team