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.07k stars 2.52k forks source link

Discrepancies in installing aml sdk v2 (azure-ai-ml module) #1834

Open msdpalam opened 1 year ago

msdpalam commented 1 year ago

The article - https://learn.microsoft.com/en-us/python/api/overview/azure/ml/installv2?view=azure-ml-py suggests that we need to install aml python SDK v2 using the command: pip install --pre azure-ai-ml

However, https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-auto-train-image-models?tabs=python says you can install using the following command:

pip install azure-ai-ml

We have inconsistencies in the installation instructions between two articles, and there might be more. Please have consistent installation instructions in all articles.


Document Details

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