google colab 中没有名为 'statsmodels.tsa.deterministic' 的模块

No module named 'statsmodels.tsa.deterministic' in google colab

在 Kaggle 课程(时间序列)中,我不得不在 google colab 中使用统计模型,但我遇到了这个错误

No module named 'statsmodels.tsa.deterministic'

因为:

from statsmodels.tsa.deterministic import DeterministicProcess

我搜索了我的问题,但大多数答案都是关于 SciPy 和 statsmodels 的版本。我尝试了所有这些,但 none 有效。可能是因为过时的答案(都是 2019 年的)

我以前遇到过这个问题,根据文档可以安装:

!pip install --upgrade --no-deps statsmodels

安装后需要重启 运行 时间。