microprediction / timemachines

Predict time-series with one line of code.
https://www.microprediction.com/blog/popular-timeseries-packages
MIT License
395 stars 51 forks source link

Divinity breaking due to use of deprecated model path #54

Open microprediction opened 2 years ago

microprediction commented 2 years ago

raise NotImplementedError(ARIMA_DEPRECATION_ERROR)\nNotImplementedError: \nstatsmodels.tsa.arima_model.ARMA and statsmodels.tsa.arima_model.ARIMA have\nbeen removed in favor of statsmodels.tsa.arima.model.ARIMA

It's really a divinity bug reported at https://github.com/drds1/divinity/issues/8

microprediction commented 2 years ago

If it isn't fixed soon I'll probably have to create a fork, I guess