成功解决Not Implemented Error: statsmodels.tsa.arima_model. ARMA and statsmodels.tsa.arima_model. ARIMA have been removed in favor of statsmodels.tsa.arima.model.ARIMA (note the . between arima and model) and statsmodels.tsa.SARIMAX. statsmodels.tsa.arima.model.ARIMA makes use of the statespace framework and is both well tested and maintained. It also offers alternative specialized parameter estimators.

目录

解决问题

解决思路

解决方法


解决问题

Not Implemented Error: statsmodels.tsa.arima_model. ARMA and statsmodels.tsa.arima_model. ARIMA have been removed in favor of statsmodels.tsa.arima.model.ARIMA (note the . between arima and model) and statsmodels.tsa.SARIMAX. statsmodels.tsa.arima.model.ARIMA makes use of the statespace framework and is both well tested and maintained. It also offers alternative specialized parameter estimators.

解决思路

未实施错误:statsmodels.tsa.arima_model. ARMA 和 statsmodels.tsa.arima_model. ARIMA 已被移除,取而代之的是 statsmodels.tsa.arima.model.ARIMA(注意 arima 和模型之间的 .)和 statsmodels.tsa.SARIMAX. statsmodels.tsa.arima.model.ARIMA 使用状态空间框架,并且经过良好测试和维护. 它还提供替代的专用参数估计器.

解决方法

from statsmodels.tsa.arima_model import ARIMA

改为

from statsmodels.tsa.arima.model import ARIMA

成功解决Not Implemented Error: statsmodels.tsa.arima_model. ARMA and statsmodels.tsa.arima_model. ARIMA相关推荐

  1. 时序预测构建ARIMA模型时报错:NotImplementedError: statsmodels.tsa.arima_model.ARMA and statsmodels.tsa.arima_

    在我时序预测构建ARIMA模型时出现报错: NotImplementedError: statsmodels.tsa.arima_model.ARMA and statsmodels.tsa.arim ...

  2. 成功解决SyntaxError: (unicode error) ‘unicodeescape‘ codec can‘t decode bytes in position 6-7: malformed

    成功解决SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 6-7: malformed ...

  3. 成功解决SyntaxError: (unicode error) ‘unicodeescape‘ codec can‘t decode bytes in position 0-1: malformed

    成功解决SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-1: malformed ...

  4. 成功解决tornado.application - ERROR - Exception in callback <bound method Nanny.memory_monitor of <Nanny

    成功解决tornado.application - ERROR - Exception in callback <bound method Nanny.memory_monitor of < ...

  5. 成功解决bash syntax error near unexpected token from

    成功解决bash syntax error near unexpected token from 目录 解决问题 解决思路 解决方法 解决问题 -bash: syntax error near une ...

  6. 成功解决LINK : fatal error LNK1181: 无法打开输入文件“avdevice.lib” error: command 'D:\\Program Files (x86)\\Micr

    成功解决LINK : fatal error LNK1181: 无法打开输入文件"avdevice.lib" error: command 'D:\\Program Files ( ...

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

    这种使用方法已经弃用了,改成下面即可 import statsmodels.api as sm model = sm.tsa.arima.ARIMA(train_data, order=(1,1,1) ...

  8. 成功解决ERROR: Could not find a version that satisfies the requirement xgboost (from versions: none) ERR

    成功解决ERROR: Could not find a version that satisfies the requirement xgboost (from versions: none) ERR ...

  9. 成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos an

    成功解决ProxyError: Conda cannot proceed due to an error in your proxy configuration.Check for typos and ...

最新文章

  1. 脱贫利器 | PYTHON多线程行情抓取工具实现
  2. Windows Server 2008 R2 DHCP服务器安装和配置案例
  3. python time
  4. python-运算符综合演练
  5. Zebra项目:分析、实施与测试
  6. catia逆向建模步骤_catia与逆向工程
  7. 计算机音乐我还是曾经那个少年,我还是从前那个少年是什么歌
  8. 一般描绘性形容词_描绘性形容词和限制性形容词
  9. “剑走偏锋”之CAD的正多边形转化成标准圆
  10. ESP分区和MSR分区下怎么重做GHOST系统
  11. 国内几个使用Ruby开发的网站
  12. DevExpress 报表 格式化
  13. 坐标旋转变换 公式图解
  14. iOS使用ShareSdk进行第三方微信登录
  15. 《千万别学英语》总结
  16. Linux命令详解-hwclock
  17. Mysql数据库最佳性能优化
  18. Android Studio往模拟器添加音乐
  19. 八种基本数据类型(一)
  20. mysql整数转为2位小数_SQL整数转换成小数

热门文章

  1. Unity OnDestroy 调用
  2. 赋能全球手机芯片霸主,DuerOS要和高通一起搞什么事?
  3. linux(Ubuntu) 创建文件的命令
  4. 排列组合——n个人平均分成m组
  5. 数据挖掘常见的 p-value 解读
  6. 【Python】python中p-value的实现
  7. 前端实战系列:如何开发微信小程序
  8. Ubuntu16.04上安装Quartus18.1
  9. tt100k数据集跑yolov5s模型时,所遇到的问题记录
  10. AJAX——瀑布流布局