【问题标题】:Unable to upload statsmodels 0.9rc1 python package in Azure ML studio无法在 Azure ML 工作室中上传 statsmodels 0.9rc1 python 包
【发布时间】:2020-02-06 15:46:31
【问题描述】:

我无法在 Azure ML Studio 中上传 statsmodels 0.9rc1 python 包进行时间序列分析。

我已经下载了statsmodels 0.9rc1,解压了内容并将statsmodels文件夹和model.pkl文件添加到zip文件夹中。

但是,在上传到 Microsoft Azure ML 工作室时,它说 未能构建架构和可视化

我在Execute Python script使用这个外部包

PS:我已经成功上传了Adal、dateutils等包。

【问题讨论】:

    标签: python azure machine-learning statsmodels azure-machine-learning-studio


    【解决方案1】:

    我已切换到使用 pip 安装包的 Azure Jupyter Notebook

    !pip install statsmodels==0.9.0rc1
    

    【讨论】:

    • 为什么要安装过时版本的 statsmodels?
    • 我收到错误 ImportError: cannot import name ExponentialSmoothing 这个答案解决了我的问题stackoverflow.com/a/50266200/10962477 之后,我尝试了最新版本,它也可以正常工作。 :)
    猜你喜欢
    • 2017-11-06
    • 1970-01-01
    • 1970-01-01
    • 2021-05-20
    • 2023-01-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多