python aml检查azure ml版本和其他python包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python aml检查azure ml版本和其他python包相关的知识,希望对你有一定的参考价值。

import azureml.core
print(azureml.core.VERSION)

pip freeze # from notebook

import azureml.dataprep as dprep
print (dprep.__version__)

以上是关于python aml检查azure ml版本和其他python包的主要内容,如果未能解决你的问题,请参考以下文章

对 ML Web 服务的基于 Azure Kubernetes 令牌的身份验证

如何通过 python API 下载历史 Azure ML 实验运行的输出

Azure ML Studio 执行 Python 脚本错误 - 没有名为“azure.cognitiveservices”的模块

无法在 Azure Function Python3 中添加 ML 模型

AML Notebook VM 自动关机策略

在 azure ml 部署环境中导入自定义 python 模块