Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
Перейти к файлу
jeff-shepherd 3c341f6e9a
Merge pull request #1968 from Azure/release_update_stablev2/Release-240
update samples from Release-240 as a part of 1.57.0 SDK stable release
2024-08-08 08:36:05 -07:00
Dockerfiles dockerfile 2019-06-12 10:23:34 -04:00
Licenses update samples from Release-130 as a part of SDK release 2022-03-29 22:33:38 +00:00
contrib update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00
how-to-use-azureml update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00
setup-environment update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00
tutorials update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00
.gitignore Initial commit 2018-08-17 10:29:15 -07:00
CODE_OF_CONDUCT.md update samples from Release-130 as a part of SDK release 2022-03-29 22:33:38 +00:00
LICENSE update samples from Release-130 as a part of SDK release 2022-03-29 22:33:38 +00:00
NBSETUP.md update samples from Release-130 as a part of SDK release 2022-03-29 22:33:38 +00:00
README.md update samples from Release-200 as a part of 1.54.0 SDK stable release 2023-11-21 17:51:12 +00:00
SECURITY.md Microsoft mandatory file 2022-05-25 17:12:16 +00:00
configuration.ipynb update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00
configuration.yml update samples from Release-132 as a part of 1.0.48 SDK release 2019-07-09 22:02:57 +00:00
index.md update samples from Release-240 as a part of 1.57.0 SDK stable release 2024-08-05 21:57:46 +00:00

README.md

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