gpt4 book ai didi

python - 来自 statsmodels.tsa.statespace 的 sarimax 的 AttributeError

转载 作者:行者123 更新时间:2023-12-01 02:38:26 25 4
gpt4 key购买 nike

我正在尝试使用

model_S = statespace.sarimax.SARIMAX(df['lnpd'], trend='n', order=(12,1,12), seasonal_order=(1,1,1,12))

显示错误:

AttributeError: 'module' object has no attribute 'sarimax'

我刚刚将 statsmodels 更新到 0.8.0,导入 statspace 时没有任何问题。有人有同样的问题吗?

谢谢。

最佳答案

import statsmodels.api as sm
sm.tsa.statespace.SARIMAX(..)

关于python - 来自 statsmodels.tsa.statespace 的 sarimax 的 AttributeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45970988/

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