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

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

bernardo-rufino-dev opened this issue · comments

Hi, getting error when fitting...

image

Something wrong with the cv_scores dataframe.

Any help?

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