python - 无法在 Azure ML studio 中上传 statsmodels 0.9rc1 python 包

标签 python azure machine-learning statsmodels azure-machine-learning-service

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

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

但是,在上传到 Microsoft Azure ML 工作室时,它显示无法构建架构和可视化

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

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

最佳答案

我已切换到 Azure Jupyter Notebook,我在其中使用 pip 安装了包

!pip install statsmodels==0.9.0rc1

关于python - 无法在 Azure ML studio 中上传 statsmodels 0.9rc1 python 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58301879/

相关文章:

python - 使用 python/浏览器的 vt100 终端仿真

ssis - 将 SSIS 包转换为 Cloud Azure

c# - Azure 环境上的 ConfigurationManager

machine-learning - CNN - 将输出从Conv层 reshape 为dense层

opencv - 有没有办法使用我的分类器对更多训练数据进行分类并获得准确的结果?

python - 跨数据库加入sqlalchemy

python - 通过 python 运行 selenium 时不是有效的选择器错误

python - 将库路径作为命令行参数传递给 setup.py

javascript - 如何将 Azure Maps 与 Angular 10 结合使用?

machine-learning - 在 weka 中测试没有类标签的单个实例