Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.01k stars 2.49k forks source link

print(azure.ai.ml.version.VERSION) does not work #1830

Open HristinaJilova opened 1 year ago

HristinaJilova commented 1 year ago

Hello, I found that

print(azure.ai.ml.version.VERSION)

to check SDK version does not work. It should be:

print(azure.ai.ml.version)

from page: install SDK v2

Regards, @HristinaJilova

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.