GitXplorerGitXplorer
A

MachineLearningNotebooks

public
4067 stars
2516 forks
391 issues

Commits

List of commits on branch master.
Verified
3c341f6e9a139c0b441a3760e5d009464fa3bef9

Merge pull request #1968 from Azure/release_update_stablev2/Release-240

jjeff-shepherd committed a month ago
Unverified
aae88e87eae563d023f9d98d041369a07a63db37

update samples from Release-240 as a part of 1.57.0 SDK stable release

aamlrelsa-ms committed a month ago
Verified
2352e458c727e740cb179a54d9576fbb35cbb05a

Merge pull request #1963 from Azure/release_update_stablev2/Release-209

jjeff-shepherd committed 4 months ago
Unverified
8373b93887245b965fca01ab12148a8ad92b4231

update samples from Release-209 as a part of 1.56.0 SDK stable release

aamlrelsa-ms committed 5 months ago
Verified
f0442166cd7a6676a26e9495464c4a532478bf5a

Updated curated environments in sample notebooks (#1958)

jjeff-shepherd committed 7 months ago
Verified
33ca8c7933780fedebc15c955bbd22dace45615c

Merge pull request #1957 from Azure/release_update_stablev2/Release-207

jjeff-shepherd committed 7 months ago

README

The README file for this repository.

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