weixin_44011015
2018-12-07 08:01Python 使用ARIMA 模型,做最后残差分析时报错
麻烦各位看看 :
这是源程序
model_bic = ARIMA(stock_train, order=(1, 1, 0),freq='W-MON')
model_results_bic=model_bic.fit()
model_results_aic.plot_diagnostics(figsize=(16, 12))
结果
AttributeError: 'ARIMAResults' object has no attribute 'plot_diagnostics'
- 点赞
- 回答
- 收藏
- 复制链接分享