gpt4 book ai didi

python - 将外生变量添加到金字塔包中的 auto arima 中

转载 作者:行者123 更新时间:2023-12-01 09:27:24 25 4
gpt4 key购买 nike

我是 r 中 auto.arima 的忠实粉丝,如下例所示。我很高兴听到金字塔包中有一个 python 版本(下面的示例。)

有谁知道在训练模型时是否可以在金字塔版本中添加预测变量或外生变量?在 r 版本中,您将它们添加到 xreg 参数中。

r 代码:

auto.arima(df, xreg=pred_df)

Python 代码:

from pyramid.arima import auto_arima

auto_arima(df)

更新:

我找到了答案:

auto_arima(df, exogeneous=pred_df)

有人知道金字塔是否可以在 python 2.7 上运行吗?

最佳答案

Pyramid 可以与 Python 2.7 配合使用。我现在正在运行一个模型。

关于python - 将外生变量添加到金字塔包中的 auto arima 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50265049/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com