microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.19k stars 1.09k forks source link

Update the MLOps repo to use the new yml based multistage release process #84

Closed md260 closed 4 years ago

md260 commented 4 years ago

The current MLOps repository showcases an older DevOps workflow where a user need to add task manually. The content of the repo should be updated to the “modern” way where all the steps can be specified in yml file.

dtzar commented 4 years ago

This is reasonable once we have build trigger artifacts in release - since we use this with the Azure ML task.

dtzar commented 4 years ago

With PR #101 and #90 we now no longer need to depend on the artifact trigger release via the Azure ML task since we'll know when a good model has been registered after a run. Now it's possible to extend what's there into another stage for release.