Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
Перейти к файлу
amah 438dd00ce2 Amah/update e2e sample (#1898)
* updated the notebook

* updated the e2e sample notebook

* removed test value

* linting

* removed unwanted cell

Co-authored-by: Ali M <amah@microsoft.com>
2022-11-21 12:17:26 -08:00
.devcontainer support custom ennvironment packages by environemnt.yml (#1005) 2022-03-24 10:44:08 -07:00
.github Interactive services SDK sample (#1882) 2022-11-21 11:39:53 -08:00
arm-templates deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07:00
cli Remove v1 code import/usage in v2 samples (#1890) 2022-11-21 10:12:52 +08:00
infra Remove cluster after use even if it is in the failed state. (#1872) 2022-11-17 23:42:23 -08:00
sdk Interactive services SDK sample (#1882) 2022-11-21 11:39:53 -08:00
setup Adding reusable bootstrapping script to configure infra resources (#1602) 2022-10-28 19:23:32 -07:00
tutorials Amah/update e2e sample (#1898) 2022-11-21 12:17:26 -08:00
v1 Potential fix for auto-ml-image-segmentation job failure due to timeout (#1859) 2022-11-08 15:13:36 -08:00
.gitignore Reorganizing Samples into v1 and v2 (#1680) 2022-09-23 10:29:00 -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 Remove cluster after use even if it is in the failed state. (#1872) 2022-11-17 23:42:23 -08:00
LICENSE reset git history - final 2020-11-11 12:56:18 -08:00
README.md Reorganizing Samples into v1 and v2 (#1680) 2022-09-23 10:29:00 -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 Fixing duplicate tags (#1817) 2022-10-29 00:36:49 +09:00
deploy-arm-templates-rest.sh deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07: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.
.net 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