liupeirong / MLOpsManufacturing

Demonstrate samples and good engineering practice for operationalizing machine learning solutions.
Other
21 stars 9 forks source link

Create a sample to demonstrate how to include human approval in ML workflow #43

Open liupeirong opened 3 years ago

liupeirong commented 3 years ago
  1. Document why and what this sample demonstrates.
  2. Write unit tests for the sample.
  3. Create CI/CD pipeline for the sample
h2floh commented 3 years ago

Glossary

Term Remark

Scenario or use case

By regulatorily requirements or internal processes in enterprises a human approval can be needed to continue the automated process within a MLOps pipeline or process.

While AML pipelines do not yet provide a manual approval feature the project teams developed a strategy on how to shift the approval workflow towards AzDO pipelines and implemented it in the field.

Acceptance criteria

Stretch Goal