# azureml-examples **Repository Path**: mirrors_microsoft/azureml-examples ## Basic Information - **Project Name**: azureml-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-27 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- page_type: sample languages: - azurecli - python products: - azure-machine-learning description: Top-level directory for official Azure Machine Learning sample code and examples. --- # Azure Machine Learning examples [![smoke](https://github.com/Azure/azureml-examples/workflows/smoke/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/smoke.yml) [![Python code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![license: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE) Welcome to the Azure Machine Learning examples repository! ## Contents |directory||description| |-|-|-| |[`.github`](.github)||GitHub files like issue templates and actions workflows.| |[`cli`](cli)||Azure Machine Learning CLI v2 examples.|| |[`sdk`](sdk)||Azure Machine Learning SDK v2 examples.|| ||[`python`](sdk/python/)| Azure Machine Learning Python SDK v2 examples.| ||[`.net`](sdk/.net)| Azure Machine Learning .Net SDK v2 examples.| |[`setup`](setup)||Folder with setup scripts| ||[`setup-ci`](setup/setup-ci)|Setup scripts to customize and configure ||an Azure Machine Learning compute instance.| ||[`setupdsvm`](setup/setup-dsvm/RStudio/)|Setup RStudio on Data Science Virtual Machine (DSVM)| ||[`setup-repo`](setup/setup-repo)|Setup scripts for Azure/azureml-examples.| |[`tutorials`](tutorials/)||Azure Machine Learning end to end Python SDK v2 tutorials| |[`v1`](v1)||Azure Machine Learning Python SDK v1 examples.| ||[`python-sdk`](v1/python-sdk)|Azure Machine Learning Python SDK v1 examples.| ||[`notebooks`](v1/notebooks)|Jupyter notebooks with MLflow tracking to an Azure ML workspace.| ## Contributing We welcome contributions and suggestions! Please see the [contributing guidelines](CONTRIBUTING.md) for details. ## Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). Please see the [code of conduct](CODE_OF_CONDUCT.md) for details. ## Reference - [Documentation](https://docs.microsoft.com/azure/machine-learning)