nachi-hebbar / ARIMA-Temperature_Forecasting

Temperature forecasting using ARIMA model in Python. Pmdarima and statsmodel library are used
44 stars 63 forks source link

Statsmodels error #3

Open mannycorrao opened 2 years ago

mannycorrao commented 2 years ago

Hello: Thank you for the ARIMA code: unfortunately, I ran into this and thought you might want to provide the fix. I don't have one yet or I would have provided it here.

This error is generated when I try to run the "Train the Model" code.

statsmodels.tsa.arima_model.ARMA and statsmodels.tsa.arima_model.ARIMA have been removed in favor of statsmodels.tsa.arima.model.ARIMA

ARIMA Colab Error 1

Simon-Ghiwot commented 1 year ago

https://stackoverflow.com/questions/72413586/getting-notimplementederror-while-training-arima-model use this for a quick fix