Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 685 Bytes

File metadata and controls

22 lines (15 loc) · 685 Bytes
title Online Hosted Instructions
permalink index.html
layout home

MLOps Challenges

This repository contains hands-on challenges for end-to-end machine learning operations (MLOps) with Azure Machine Learning.

To complete these exercises, you’ll need a Microsoft Azure subscription. If your instructor has not provided you with one, you can sign up for a free trial at https://azure.microsoft.com.

Labs

{% assign labs = site.pages | where_exp:"page", "page.url contains '/docs'" %} {% for activity in labs %}


### [{{ activity.lab.title }}]({{ site.github.url }}{{ activity.url }})

{{ activity.lab.description }}

{% endfor %}