Auto_TS icon indicating copy to clipboard operation
Auto_TS copied to clipboard

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.

Results 16 Auto_TS issues
Sort by recently updated
recently updated
newest added

fbprophet doesn't work yet. https://github.com/dask/dask-examples/pull/192 I changed fbprophet to prophet. Because my notebook doesnt works with there.

Hi, Any chance to have `Auto_TS` on `conda-forge`?

for error: https://github.com/AutoViML/Auto_TS/issues/113 'DataFrame' object has no attribute 'append' replace from: extra_concatenated = extra_concatenated.append(concatenated) to try: extra_concatenated = extra_concatenated.append(concatenated) except Exception as e: extra_concatenated = pd.concat([extra_concatenated,concatenated])

I am getting the following exceptions while trying Auto_TS: Exception occurred while building Prophet model... 'DataFrame' object has no attribute 'append' FB Prophet may not be installed or Model is...

I ran auto_timeseries locally on a MacBook Air M1 on the airpassengers time series, it doesn't work and gives errors: Predicting using test dataframe shape = (12, 1) for ML...