Skip to content

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft

License

Notifications You must be signed in to change notification settings

Azure/MachineLearningNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 14, 2025
f1aff55 · Mar 14, 2025
Jun 12, 2019
Mar 29, 2022
Mar 13, 2025
Mar 13, 2025
Dec 10, 2024
Aug 5, 2024
Aug 17, 2018
Mar 29, 2022
Mar 29, 2022
Mar 29, 2022
Nov 21, 2023
May 25, 2022
Dec 10, 2024
Jul 9, 2019
Mar 13, 2025

Repository files navigation

Azure Machine Learning Python SDK notebooks

With the introduction of AzureML SDK v2, this samples repository for the v1 SDK is now deprecated and will not be monitored or updated. Users are encouraged to visit the v2 SDK samples repository instead for up-to-date and enhanced examples of how to build, train, and deploy machine learning models with AzureML's newest features.

Welcome to the Azure Machine Learning Python SDK notebooks repository!

Getting started

These notebooks are recommended for use in an Azure Machine Learning Compute Instance, where you can run them without any additional set up.

However, the notebooks can be run in any development environment with the correct azureml packages installed.

Install the azureml.core Python package:

pip install azureml-core

Install additional packages as needed:

pip install azureml-mlflow
pip install azureml-dataset-runtime
pip install azureml-automl-runtime
pip install azureml-pipeline
pip install azureml-pipeline-steps
...

We recommend starting with one of the quickstarts.

Contributing

This repository is a push-only mirror. Pull requests are ignored.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. Please see the code of conduct for details.

Reference