Skip to content

csiebler/azure-machine-learning-mlops-workshop

Repository files navigation

azure-machine-learning-mlops-workshop

A workshop for doing MLOps on Azure Machine Learning.

Theoretical Part

Goal:

  • Understand basics around MLOps
  • Understand how Azure Machine Learning can help you to build MLOps pipelines
  • Experience hands-on for the key concepts (AML pipelines, AZ ML CLI, etc.) to further deepen the understanding
  • Understand what is important to a good folder/project layout, what should be in your git repo, how to deal with notebooks, do versioning, etc.

Furthermore this workshop covers:

  • Overview of when to use one model and when to use many models
  • Deployment of models for real-time scoring vs. batch scoring

Hands-On Parts

📌 Please follow the hands-on exercise in the proposed order, as they build on each other.

Words of caution: The hands-on exercises do not fully embrace concepts like DRY (don't repeat yourself) or other best pratices when it comes to coding standards. Feel free to use them for understanding the concepts, but don't blindly copy and paste them to production.