liupeirong / MLOpsManufacturing

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

Create a sample to trigger Azure ML pipelines from Azure Functions #42

Closed liupeirong closed 3 years ago

liupeirong commented 3 years ago
  1. Document on why and what we want to demonstrate in this sample.
  2. Create unit tests for the sample.
  3. Create CI/CD pipelines for the sample.
h2floh commented 3 years ago

Glossary

Term Remark

Scenario or use case

One of the reasons doing MLOps is to automate all the steps needed from source(raw?) data to the deployment of a model for inference. With that automation in place it is just a natural step to trigger these automated runs when the source data changes. We want to demonstrate how to use Azure Functions to trigger the AML pipeline on changes to the source data in a data store.

The project teams implemented this feature already in the field.

Acceptance criteria

Stretch Goal