Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
Перейти к файлу
Yuan Zhuang d4175a5425 Add model inferene example on the forecasting pipeline v2 (#1745)
* Add model inferene example on the forecasting pipeline v2

* change format

* add image version

* add image version

Co-authored-by: Yuan Zhuang <yuzhua@microsoft.com>
2022-10-11 16:48:20 -07:00
.devcontainer support custom ennvironment packages by environemnt.yml (#1005) 2022-03-24 10:44:08 -07:00
.github Add CLI v2 Example of forecasting bike share notebook (#1728) 2022-10-10 15:44:18 -07:00
arm-templates deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07:00
cli Add model inferene example on the forecasting pipeline v2 (#1745) 2022-10-11 16:48:20 -07:00
migration/inferencing-migration Frcai patch 1 (#1633) 2022-09-14 15:44:38 +09:00
sdk Update the candidate for SDK - 0.1.0 (#1721) 2022-10-11 11:19:43 -07:00
setup Reorganizing Samples into v1 and v2 (#1680) 2022-09-23 10:29:00 -07:00
tutorials Updated the default kernel for V2 tutorials (#1749) 2022-10-11 13:23:34 -07:00
v1 move low priority compute notebook to ACPT (#1750) 2022-10-11 14:34:17 -07:00
.gitignore Reorganizing Samples into v1 and v2 (#1680) 2022-09-23 10:29:00 -07:00
CODE_OF_CONDUCT.md reset git history - final 2020-11-11 12:56:18 -08:00
CONTRIBUTING.md update contributing (#616) 2021-07-16 11:26:29 -07: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 deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07:00
deploy-arm-templates-rest.sh deploy-arm-templates api version update (#1458) 2022-07-05 15:36:27 -07:00
dev-requirements.txt Update black to 22.6.0 (#1585) 2022-08-22 21:55:29 -07: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