Skip to content

Commit 47dd24e

Browse files
authored
Merge pull request #53843 from MicrosoftDocs/NEW-experiment-ml
New module - experiment ml
2 parents 373b3a7 + cac766a commit 47dd24e

33 files changed

Lines changed: 687 additions & 10 deletions

learn-pr/paths/build-first-machine-operations-workflow/index.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
### YamlMime:LearningPath
22
uid: learn.wwl.build-first-machine-operations-workflow
33
metadata:
4-
title: End-to-end machine learning operations (MLOps) with Azure Machine Learning
5-
description: End-to-end machine learning operations (MLOps) with Azure Machine Learning
6-
ms.date: 12/01/2025
4+
title: Operationalize machine learning models (MLOps)
5+
description: Learn the full MLOps lifecycle for machine learning models, from experimentation and pipeline automation to CI/CD, automated testing, and model deployment in production.
6+
ms.date: 03/12/2026
77
author: wwlpublish
88
ms.author: madiepev
99
ms.topic: learning-path
10-
ms.custom:
11-
- build-2023
12-
- build-2023-dataai
13-
title: End-to-end machine learning operations (MLOps) with Azure Machine Learning
10+
title: Operationalize machine learning models (MLOps)
1411
prerequisites: |
1512
- Programming experience with Python or R
1613
- Experience developing and training machine learning models
1714
- Familiarity with basic Azure Machine Learning concepts
1815
summary: |
19-
Machine learning operations (MLOps) applies DevOps principles to machine learning projects. In this learning path, you'll learn how to implement key concepts like source control, automation, and CI/CD to build an end-to-end MLOps solution.
16+
Learn how to operationalize machine learning models using the complete MLOps lifecycle. This learning path covers experimenting and training models with Azure Machine Learning, automating model training with pipelines and hyperparameter tuning, triggering jobs with GitHub Actions, implementing trunk-based development, managing environments, and deploying models to production.
2017
iconUrl: /training/achievements/build-first-machine-operations-workflow.svg
2118
levels:
2219
- intermediate
@@ -29,10 +26,11 @@ subjects:
2926
- artificial-intelligence
3027
- machine-learning
3128
modules:
32-
- learn.wwl.use-azure-machine-learn-job-for-automation
29+
- learn.wwl.experiment-azure-machine-learning
30+
- learn.wwl.perform-hyperparameter-tuning-azure-machine-learning-pipelines
31+
- learn.wwl.run-pipelines-azure-machine-learning
3332
- learn.wwl.trigger-azure-machine-learn-jobs-github-actions
3433
- learn.wwl.trigger-github-actions-trunk-based-development
35-
- learn.wwl.work-linting-unit-test-github-actions
3634
- learn.wwl.work-environments-github-actions
3735
- learn.wwl.deploy-model-github-actions
3836
trophy:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: Learn how to find the best model with automated machine learning (AutoML) and by experimenting in notebooks in Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 2
15+
content: |
16+
[!include[](includes/1-introduction.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.summary
3+
title: Summary
4+
metadata:
5+
title: Summary
6+
description: Summary of how to find the best model with Azure Machine Learning, using AutoML and MLflow-tracked notebooks.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 1
14+
content: |
15+
[!include[](includes/9-summary.md)]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.preprocess-data-configure-featurization
3+
title: Preprocess data and configure featurization
4+
metadata:
5+
title: Preprocess data and configure featurization
6+
description: Learn how to configure automated machine learning to preprocess data and perform featurization with the Python SDK (v2) for Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 3
15+
content: |
16+
[!include[](includes/2-preprocess-data-configure-featurization.md)]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.run-job
3+
title: Run an automated machine learning experiment
4+
metadata:
5+
title: Run an Automated Machine Learning experiment
6+
description: Learn how to configure and submit an automated machine learning experiment run with the Python SDK (v2) for Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 5
15+
content: |
16+
[!include[](includes/3-run-job.md)]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.evaluate-compare-models
3+
title: Evaluate and compare models
4+
metadata:
5+
title: Evaluate and compare models
6+
description: Learn how to evaluate and compare models trained by automated machine learning in Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 5
15+
content: |
16+
[!include[](includes/4-evaluate-compare-models.md)]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.model-tracking
3+
title: Configure MLflow for model tracking in notebooks
4+
metadata:
5+
title: Configure MLflow for model tracking in notebooks
6+
description: Learn how to configure MLflow for model tracking when experimenting in notebooks in Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 4
15+
content: |
16+
[!include[](includes/5-model-tracking.md)]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.train-models-notebooks
3+
title: Train and track models in notebooks
4+
metadata:
5+
title: Train and track models in notebooks
6+
description: Learn how to train and track models in Jupyter notebooks using MLflow in Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 5
15+
content: |
16+
[!include[](includes/6-train-models-notebooks.md)]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.responsible-ai-dashboard
3+
title: Evaluate models with the Responsible AI dashboard
4+
metadata:
5+
title: Evaluate models with the Responsible AI dashboard
6+
description: Learn how to evaluate a trained model using the Responsible AI dashboard in Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/12/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/7-responsible-ai-dashboard.md)]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.wwl.experiment-azure-machine-learning.exercise
3+
title: Exercise - Find the best classification model with Azure Machine Learning
4+
metadata:
5+
title: Exercise - Find the best classification model with Azure Machine Learning
6+
description: Practice finding the best classification model by using AutoML and MLflow-tracked notebooks in Azure Machine Learning.
7+
author: wwlpublish
8+
ms.author: madiepev
9+
ms.date: 03/11/2026
10+
ms.topic: unit
11+
ms.collection:
12+
- wwl-ai-copilot
13+
ms.custom: devx-track-python
14+
durationInMinutes: 30
15+
content: |
16+
[!include[](includes/8-exercise.md)]

0 commit comments

Comments
 (0)