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 model is crashing with error 'metric_file' after upgrading the version also.

nithinreddyy opened this issue · comments

Prophet model is crashing with the error 'metric_file' after upgrading the version also. The error is below

Running Facebook Prophet Model...
    Fit-Predict data (shape=(1262, 2)) with Confidence Interval = 0.95...
  Starting Prophet Fit
      No seasonality assumed since seasonality flag is set to False
  Starting Prophet Cross Validation
Max. iterations using expanding window cross validation = 3

Fold Number: 1 --> Train Shape: 1247 Test Shape: 5
---------------------------------------------------------------------------
KeyError                                  Traceback (most recent call last)
KeyError: 'metric_file'

1

Can you please look into this issue?

Hi @nithinreddyy 👍

This should be fixed with the latest version. please do:
pip install auto-ts --upgrade

Also check this latest notebook:
https://github.com/AutoViML/Auto_TS/blob/master/example_notebooks/autots_multivariate_example.ipynb
Thanks for your patience
AutoViML