我正在使用 statsmodels 的 arima 模型进行一些预测。这曾经很好地与
model_result = model.fit(disp = -1)
但似乎 disp 似乎不再起作用 -
https://github.com/biolab/orange3-timeseries/blob/a9fb2ab04dffdc8c17cb4020e94a93538099c285/orangecontrib/timeseries/models.py#L305-L306
有没有人遇到过同样的问题并且知道 disp 的替代方案?如果没有这个,我就不可能合理地继续下去。
BR,谢谢你!
python forecasting statmodels
forecasting ×1
python ×1
statmodels ×1