Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
Перейти к файлу
sanchez-alex 17c67f34c4
Update distillation job with sdk example (#3440)
* Update distillation job with sdk example

* Update cell type

* Minor edit

* Change import name

* Add temp file

* Update chat completion notebook

* Add additional steps to math notebook

* Add cli examples

* Add all cli examples

* Finalize cli examples

* Update nlu_qa notebooks

* Update the inference messages

* Reformat

* Address comment

* Update mslearn readme
2024-11-19 21:34:39 -08:00
.devcontainer support custom ennvironment packages by environemnt.yml (#1005) 2022-03-24 10:44:08 -07:00
.github Removed horovod samples (#3434) 2024-10-31 09:44:37 -07:00
arm-templates deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07:00
best-practices/largescale-deep-learning Added more recommendations (#3244) 2024-06-17 11:20:32 -07:00
cli Update distillation job with sdk example (#3440) 2024-11-19 21:34:39 -08:00
infra List resource before validation to avoid not-found error (#3365) 2024-09-12 11:23:55 +08:00
sdk Update distillation job with sdk example (#3440) 2024-11-19 21:34:39 -08:00
setup Fix 'conda command not found' in AzureML example Creation scripts (#3321) 2024-09-11 19:23:34 +00:00
tutorials Pin numpy dependency (#3441) 2024-11-08 21:36:13 +05:30
.gitignore Santiagxf/mlflow python deprecation (#2909) 2023-12-19 14:43:59 -06:00
.gitmodules Adding best practices for large scale deep learning (#2144) 2023-03-21 13:22:09 -07:00
.pre-commit-config.yaml Add pre-commit hook to format python (#1780) 2022-10-31 16:07:55 -04:00
CODE_OF_CONDUCT.md reset git history - final 2020-11-11 12:56:18 -08:00
CONTRIBUTING.md Fix readme validation failures (#3003) 2024-02-14 20:17:50 -08:00
LICENSE reset git history - final 2020-11-11 12:56:18 -08:00
README.md docs: Add missing word from README.md heading (#2758) 2023-10-24 18:50:00 -04:00
SECURITY.md refactor readme.py and workflow logic (#342) 2021-01-31 17:13:21 -08:00
deploy-arm-templates-az-cli.sh fix the wrong model name referenced (#2957) 2024-01-18 07:49:34 -08:00
deploy-arm-templates-rest.sh ci: refactor bootstrapping to avoid needing to invoke `apt get` (#2336) 2023-05-30 16:13:54 -04:00
dev-requirements.txt Add pre-commit hook to format python (#1780) 2022-10-31 16:07:55 -04:00

README.md

Azure Machine Learning examples

license: MIT

Welcome to the Azure Machine Learning examples repository!

About This Repository

The azureml-examples repository contains examples and tutorials to help you learn how to use Azure Machine Learning (Azure ML) services and features.

Getting Started

If you're getting started with Azure ML, consider working through our tutorials for the v2 Python SDK. You may also want to read through our documentation.

SDKs

The sdk/ folder houses the examples for the Azure ML SDKs across several languages.

We have an extensive collection of examples for the Azure ML Python SDK v2 in sdk/python.

We also offer some examples for our SDKs in other languages:

Azure Machine Learning extension for Azure CLI

The cli/ folder hosts our examples to use the Azure Machine Learning extension for Azure CLI.

Note: If you're looking for examples that submit Azure ML jobs that run non-Python code, see:

Supplementary Documentation

Contributing

We welcome contributions and suggestions! Please see the contributing guidelines for details.

Code of Conduct

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