nachi-hebbar / ARIMA-Temperature_Forecasting

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

Prediction is strange with updated statsmodels package #2

Open cemik1 opened 2 years ago

cemik1 commented 2 years ago

Hello, I tried to replicate your example. All was ok up to importing ARIMA model. There was some changes in statsmodel library and statsmodels.tsa.arima_model was replaced by statsmodels.tsa.arima.model (dot instead of underscore). This new model also has more parameters. The result after calling was little bit different than original: obraz

But real error is in resuly. Instead expected values some saturation is plotted. obraz

Could you help me and show haw this new library must be used?

Regards

luiseduardofc1500 commented 5 months ago

I am having the same problem, if you have found a solution could you tell me?