MLOps using Azure ML Services and Azure DevOps
Перейти к файлу
Tom Care 506d557ebd
Fix training/scoring conda deps (#262)
Azure deprecated their top level meta-package which led to a deprecation error. We don't actually need this top level package.

I took the opportunity to clean up the conda deps using the dependency tree.

- Trimmed the package list
- Explicitly list pip to avoid conda warning
- Use azureml-defaults for WebApp dependencies
- Lock azureml-sdk and azureml-defaults versions
- Add comments for dependencies
2020-04-10 12:38:44 -07:00
.pipelines Add an env var flag to recreate AMLS Environment (#230) 2020-03-16 13:28:34 -07:00
bootstrap Bootstrap fixes (#250) 2020-04-02 18:27:53 -07:00
charts Canary pipeline fixes (#224) 2020-03-09 16:10:56 -07:00
data Fixed and rearranged unit tests (#184) 2020-02-10 12:35:20 -08:00
diabetes_regression Fix training/scoring conda deps (#262) 2020-04-10 12:38:44 -07:00
docs Making changes to experiment notebook based on changes to tutorial document (#249) 2020-04-02 09:28:37 -07:00
environment_setup Sudivate dockertag (#240) 2020-03-25 17:30:26 -07:00
experimentation Making changes to experiment notebook based on changes to tutorial document (#249) 2020-04-02 09:28:37 -07:00
ml_service Update Image creation to use new package (#260) 2020-04-09 16:46:30 -07:00
.env.example Add an env var flag to recreate AMLS Environment (#230) 2020-03-16 13:28:34 -07:00
.gitignore Manage environments in conda YAML files (#158) 2020-01-31 14:15:22 -08:00
LICENSE Initial commit 2019-01-29 11:48:08 -08:00
README.md Moving code integration guide into this repo (#243) 2020-03-30 09:29:30 -07:00

README.md

page_type languages products description
sample
python
azure
azure-machine-learning-service
azure-devops
Code which demonstrates how to set up and operationalize an MLOps flow leveraging Azure Machine Learning and Azure DevOps.

MLOps with Azure ML

Build Status

MLOps will help you to understand how to build a Continuous Integration and Continuous Delivery pipeline for an ML/AI project. We will be using the Azure DevOps Project for build and release/deployment pipelines along with Azure ML services for model retraining pipeline, model management and operationalization.

ML lifecycle

This template contains code and pipeline definitions for a machine learning project that demonstrates how to automate an end to end ML/AI workflow.

Architecture and Features

Architecture Reference: Machine learning operationalization (MLOps) for Python models using Azure Machine Learning

This reference architecture shows how to implement continuous integration (CI), continuous delivery (CD), and retraining pipeline for an AI application using Azure DevOps and Azure Machine Learning. The solution is built on the scikit-learn diabetes dataset but can be easily adapted for any AI scenario and other popular build systems such as Jenkins and Travis.

The build pipelines include DevOps tasks for data sanity tests, unit tests, model training on different compute targets, model version management, model evaluation/model selection, model deployment as realtime web service, staged deployment to QA/prod and integration testing.

Prerequisite

  • Active Azure subscription
  • At least contributor access to Azure subscription

Getting Started

To deploy this solution in your subscription, follow the manual instructions in the getting started doc. Then optionally follow the guide for integrating your own code with this repository template.

Repo Details

You can find the details of the code and scripts in the repository here

References

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.