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

time_interval in notebook example should be 'M' not 'Month' #36

Closed microprediction closed 3 years ago

microprediction commented 3 years ago

Time_interval in notebook example should be 'M' not 'Month' ??

AutoViML commented 3 years ago

Yes I’ll fix that. We will now follow pandas’ date-range frequency codes since that is what FB Prophet uses and guessing it is not good. I would rather do what the user wants in this case. Ram

On Thu, Dec 31, 2020 at 9:38 PM Peter Cotton notifications@github.com wrote:

Time_interval in notebook example should be 'M' not 'Month' ??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AutoViML/Auto_TS/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKBH6E7YQRYG2ISRVOA32TSXUYTLANCNFSM4VP5MHUQ .

AutoViML commented 3 years ago

Fixed - just upgrade to the latest version by: "pip install auto_ts --ignore-installed --no-cache-dir"