mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
1bbd78eb333e994817e19e5ca97b0194a131c9d9
Co-authored-by: amlrelsa-ms <amlrelsa@microsoft.com>
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
Languages
Jupyter Notebook
83.2%
Python
9%
R
6.6%
Dockerfile
0.7%
Shell
0.3%
Other
0.2%