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

Auto-ts crash when Building Prophet Model #47

Closed darthnyte closed 3 years ago

darthnyte commented 3 years ago

Hi Sir,

the Auto-TS function crashes and kill the python kernel when building the prophet model.

error appeared when creating

Fold Number : 1 --> Train Shape: 54 Test Shape: 5


KeyError Traceback(most recent call last) KeyError: 'metric_file'

AutoViML commented 3 years ago

Hi I may have found the error and fixed it. Please upgrade via:

$ pip install auto-ts --upgrade

If you see the version number 0.0.36, it should work. Thanks for your patience Ram

On Wednesday, March 10, 2021, 9:27:24 PM EST, darthnyte ***@***.***> wrote:  

Hi Sir,

the Auto-TS function crashes and kill the python kernel when building the prophet model.

error appeared when creating

Fold Number : 1 --> Train Shape: 54 Test Shape: 5

KeyError Traceback(most recent call last) KeyError: 'metric_file'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

nithinreddyy commented 3 years ago

I'm also facing same error in jupyter notebook. I tried upgrading the version also. But it's not working. The error is

Running Facebook Prophet Model...
  Starting Prophet Fit
      No seasonality assumed since seasonality flag is set to False
  Starting Prophet Cross Validation
Max. iterations using expanding window cross validation = 5

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