嗨,我在尝试在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'
答案 0 :(得分:1)
您是要说arima_model而不是arisma_model吗?