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

Error fitting model... cv_scores comparison with np.inf #48

Closed bernardo-rufino-dev closed 3 years ago

bernardo-rufino-dev commented 3 years ago

Hi, getting error when fitting...

image

Something wrong with the cv_scores dataframe.

Any help?

AutoViML commented 3 years ago

Hi @bernardo-rufino-dev 👍 I have found the error and fixed it. Please run the upgraded version:

pip install auto_ts --upgrade

let me know. Thanks