【问题标题】:Why does auto_arima function from pmdarima package on python is much slower than auto.arima function available on R?为什么 python 上 pmdarima 包中的 auto_arima 函数比 R 上可用的 auto.arima 函数慢得多?
【发布时间】:2019-10-08 23:54:27
【问题描述】:

我从事一个包含很多时间序列的时间序列项目,我想用 arima/sarima 模型的自动功能来解决它​​。我在 R 上使用非常快的 auto.arima 函数完成了它,现在我在 python 上,我处理的 auto_arima 函数(来自 pmdarima 包)非常慢。

【问题讨论】:

    标签: python time-series rstudio arima pyramid-arima


    【解决方案1】:

    我建议你为 ARIMA 提供更规范的 Python 包,例如statsmodels

    http://www.statsmodels.org/stable/generated/statsmodels.tsa.arima_model.ARIMA.html

    【讨论】:

    • 感谢您的回答,我已经看过这个包,但我需要自动化这个过程,这意味着在 arima 模型的不同顺序上循环并保持根据标准定义的最佳模型(AIC为了我)。需要的时间也很长。
    • pmdarimastatsmodels 的包装器
    猜你喜欢
    • 2021-03-10
    • 1970-01-01
    • 2019-08-28
    • 1970-01-01
    • 2021-10-29
    • 2014-12-19
    • 2010-09-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多