Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
Перейти к файлу
Sheri Gilley 696eb99db4
Update workstation_env.yml (#2681)
delete extraneous space
2023-09-27 10:02:18 -05:00
.devcontainer support custom ennvironment packages by environemnt.yml (#1005) 2022-03-24 10:44:08 -07:00
.github use python 3.8.* (#2678) 2023-09-26 08:47:33 -07:00
arm-templates deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07:00
best-practices/largescale-deep-learning Fix internal links. (#2393) 2023-06-22 10:02:07 -07:00
cli Examples for online inference for LLaVA (#2671) 2023-09-26 17:55:18 -07:00
infra update test (#2658) 2023-09-21 22:02:23 -07:00
sdk Examples for online inference for LLaVA (#2671) 2023-09-26 17:55:18 -07:00
setup Security scanner for Azure ML Compute Instance (#1755) 2022-11-28 14:19:14 -05:00
tutorials Update workstation_env.yml (#2681) 2023-09-27 10:02:18 -05:00
v1 Revert "Remove v1 samples from repository" (#2577) 2023-08-18 17:43:14 -07:00
.gitignore chore(gitignore): Include the Python GitIgnore from github/gitignore (#2339) 2023-05-30 16:24:59 -04: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 Update CONTRIBUTING.md (#2599) 2023-09-18 14:14:06 -04:00
LICENSE reset git history - final 2020-11-11 12:56:18 -08:00
README.md Revert "Remove v1 samples from repository" (#2577) 2023-08-18 17:43:14 -07:00
SECURITY.md refactor readme.py and workflow logic (#342) 2021-01-31 17:13:21 -08:00
deploy-arm-templates-az-cli.sh ci: refactor bootstrapping to avoid needing to invoke `apt get` (#2336) 2023-05-30 16:13:54 -04: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

page_type languages products description
sample
azurecli
python
azure-machine-learning
Top-level directory for official Azure Machine Learning sample code and examples.

Azure Machine Learning examples

smoke Python code style: black license: MIT

Welcome to the Azure Machine Learning examples repository!

Contents

directory description
.github GitHub files like issue templates and actions workflows.
cli Azure Machine Learning CLI v2 examples.
sdk Azure Machine Learning SDK v2 examples.
python Azure Machine Learning Python SDK v2 examples.
dotnet Azure Machine Learning .Net SDK v2 examples.
setup Folder with setup scripts
setup-ci Setup scripts to customize and configure
setupdsvm Setup RStudio on Data Science Virtual Machine (DSVM)
setup-repo Setup scripts for Azure/azureml-examples.
tutorials Azure Machine Learning end to end Python SDK v2 tutorials
v1 Azure Machine Learning Python SDK v1 examples.
python-sdk Azure Machine Learning Python SDK v1 examples.
notebooks Jupyter notebooks with MLflow tracking to an Azure ML workspace.

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.

Reference