导入arisma mod时ModuleNotFoundError

2024-10-02 14:26:36 发布

您现在位置:Python中文网/ 问答频道 /正文

您好,我在尝试使用python中的ARISMA模型时遇到以下错误。有人能帮我理解我错过了什么吗

from statsmodels.tsa.arisma_model import ARISMA

获取错误是

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-10-099aced65df8> in <module>()
     28 import seaborn as sns
     29 from statsmodels.tsa.stattools import adfuller
---> 30 from statsmodels.tsa.arisma_model import ARISMA

ModuleNotFoundError: No module named 'statsmodels.tsa.arisma_model'

Tags: from模型importmostmodel错误callmodule