Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.41 KB

File metadata and controls

46 lines (30 loc) · 1.41 KB
page_type sample
languages
python
products
azure-machine-learning
description Top-level directory for official Azure Machine Learning Python SDK v2 sample code.

Azure Machine Learning SDK (v2) (preview) examples

code style: black license: MIT

Public Preview

We are excited to introduce the public preview of Azure Machine Learning Python SDK v2.

Please note that this Public Preview release is subject to the Supplemental Terms of Use for Microsoft Azure Previews.

How can I provide feedback?

If you are facing any issues while using the new feature, please reach out to Azure ML SDK feedback. For general feedback, please submit an GitHub issue.

Prerequisites

  1. An Azure subscription. If you don't have an Azure subscription, create a free account before you begin.

Getting started

  1. Install the SDK v2
pip uninstall azure-ai-ml

pip install --pre azure-ai-ml

Clone examples repository

git clone https://github.com/Azure/azureml-examples
cd azureml-examples/sdk/python

Examples available