liupeirong / MLOpsManufacturing

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

Azure ML Pipeline Steps - appendable template #48

Closed liupeirong closed 3 years ago

h2floh commented 3 years ago

Glossary

Term Remark

Scenario or use case

The way provided by the AML SDK to build/publish AML pipelines is a python script invoking AML SDK features/methods. This opens up unlimited possibilities on how to specify the AML pipelines but we want to start in a new MLOps project with a best practice way of streamline or code style these AML pipeline build scripts.

The project teams developed a best practice pattern to encapsulate AML pipeline steps as classes and easily append them in a structured way. All teams should use this pattern for new samples

Acceptance criteria

Stretch Goal