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

ValueError: maxlag must be less than (nobs/2 - 1 - ntrend) where n trend is the number of included deterministic regressors

sachin03garg opened this issue · comments

Error with Augmented Dickey-Fuller test version used in this library. 'maxlag' is set to 31 and cannot be overridden.

The same is updated in the statsmodels library. Please look at this issue: statsmodels/statsmodels#3330

This happens in case of time series of smaller length probably less than 62.

Ok agreed. Please see the updated version 0.66 which you can upgrade via:

pip install git+git://github.com/AutoViML/Auto_TS