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

bjornmage/MachineLearningNotebooks

This branch is 140 commits behind Azure/MachineLearningNotebooks:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 12, 2019
May 22, 2019
Jan 25, 2022
Feb 2, 2022
Jan 25, 2022
Jan 25, 2022
Aug 17, 2018
Jul 15, 2021
Aug 17, 2018
Dec 7, 2020
Jul 15, 2021
Jan 25, 2022
Jul 9, 2019
Dec 13, 2021

Repository files navigation

Azure Machine Learning Python SDK notebooks

a community-driven repository of examples using mlflow for tracking can be found at https://github.com/Azure/azureml-examples

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 87.6%
  • Python 11.5%
  • Other 0.9%