gpt4 book ai didi

Jupyter 和 PyCharm 中的 Python 统计模型和简单指数平滑

转载 作者:太空宇宙 更新时间:2023-11-03 14:09:09 25 4
gpt4 key购买 nike

我是 python 新手,正在尝试运行 this Jupyter 笔记本中的示例。每当我运行以下

import os
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from statsmodels.tsa.api import SimpleExpSmoothing

它给了我以下错误

ImportError                               Traceback (most recent call last)
<ipython-input-5-a15788c08ca7> in <module>()
3 import pandas as pd
4 import matplotlib.pyplot as plt
----> 5 from statsmodels.tsa.api import SimpleExpSmoothing
ImportError: cannot import name 'SimpleExpSmoothing'

虽然,我已经安装了 statsmodels (0.8.0)

pip install statsmodels 

像其他包(numpy、pandas 等)一样。我检查了git ,api文件包含此方法,但我的api文件(通过pip获取)没有此方法。也许我没有通过 pip 获得 git 版本(似乎是最新的)?我在 windows 下工作,也在 mac OSX 上尝试过,结果是一样的。我尝试对 git 文件中丢失的文件/代码进行复制/粘贴尝试(不是一个好方法),但它没有帮助。我非常感谢您的建议。

编辑
所以Jupyter的解决方案(感谢@user333700)是直接从git安装master分支

pip install git+https://github.com/statsmodels/statsmodels.git

我正在扩展我对 PyCharm 的问题,如何在 PyCharm 中添加 git 包?这个link没有帮助。

最佳答案

为了将来引用,另一个对我有用的解决方案是直接 pip 安装最新版本:

pip install statsmodels==0.9.0rc1

关于Jupyter 和 PyCharm 中的 Python 统计模型和简单指数平滑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48646481/

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