Skip to content

Commit 90f6757

Browse files
Merge pull request #49509 from v-thpra/azure-triage-fix-1016252
Technical Review 1016252: Confusion matrix and data imbalances
2 parents e32cea7 + 9da698e commit 90f6757

19 files changed

+84
-123
lines changed

learn-pr.sln

Lines changed: 0 additions & 39 deletions
This file was deleted.

learn-pr/azure/machine-learning-confusion-matrix/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
adobe-target: true
66
prefetch-feature-rollout: true
77
title: Introduction
8-
description: Introduction to the introduction of confusion matrices
8+
description: Introduction to the introduction of confusion matrices.
99
ms.date: 07/20/2024
1010
author: s-polly
1111
ms.author: scottpolly

learn-pr/azure/machine-learning-confusion-matrix/2-confusion-matrices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Confusion matrices
88
description: Conceptual unit about confusion matrices in machine learning
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

learn-pr/azure/machine-learning-confusion-matrix/3-exercise-building-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise – Building a confusion matrix
88
description: Exercise unit about building a confusion matrix in machine learning
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

learn-pr/azure/machine-learning-confusion-matrix/4-data-imbalances.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Data imbalances
88
description: Conceptual unit about data imbalances in machine learning
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

learn-pr/azure/machine-learning-confusion-matrix/5-exercise-resolve-bias.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Resolving biases in a classification model
88
description: Exercise unit about resolving biases in a classification model
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

learn-pr/azure/machine-learning-confusion-matrix/6-cost-vs-evaluation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Cost functions versus evaluation metrics
88
description: Conceptual unit about cost functions versus evaluation metrics in machine learning
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

learn-pr/azure/machine-learning-confusion-matrix/7-exercise-metrics-and-curves.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Exercise - Multiple metrics and ROC curves
88
description: Exercise unit about multiple metrics and ROC curves in machine learning
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

learn-pr/azure/machine-learning-confusion-matrix/8-knowledge-check.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Knowledge check
88
description: Multiple-choice questions
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit
@@ -16,35 +16,35 @@ quiz:
1616
questions:
1717
- content: 'What does it mean to have an imbalanced dataset?'
1818
choices:
19-
- content: "The number of samples is smaller or greater than is required"
19+
- content: "The number of samples is smaller or greater than is required."
2020
isCorrect: false
2121
explanation: "Incorrect."
22-
- content: "The feature columns contain many missing values"
22+
- content: "The feature columns contain many missing values."
2323
isCorrect: false
2424
explanation: "Incorrect."
25-
- content: "There are many more training examples that correspond to some outputs (categories) than others"
25+
- content: "There are many more training examples that correspond to some outputs (categories) than others."
2626
isCorrect: true
27-
explanation: "Correct. This can lead to the model learning to improve loss metrics by 'cheating.'"
27+
explanation: "Correct. An imbalanced dataset can lead to the model learning to improve loss metrics by 'cheating.'"
2828
- content: 'What information can we extract from a single confusion matrix?'
2929
choices:
30-
- content: "Log loss, and/or mean squared error"
30+
- content: "Log loss, and/or mean squared error."
3131
isCorrect: false
3232
explanation: "Incorrect."
33-
- content: "Whether the dataset has overfitted the training set"
33+
- content: "Whether the dataset overfitted the training set."
3434
isCorrect: false
3535
explanation: "Incorrect."
36-
- content: "What kind of mistakes the model is making"
36+
- content: "What kind of mistakes the model is making."
3737
isCorrect: true
3838
explanation: "Correct."
3939
- content: 'Why are measures like True Positives or Accuracy not used to train our models directly?'
4040
choices:
41-
- content: "There are mathematical barriers that prevent these being used for some training regimens"
41+
- content: "There are mathematical barriers that prevent these measures from being used for some training regimens."
4242
isCorrect: false
4343
explanation: "Incorrect."
44-
- content: "Subtle model improvements often don't affect these metrics"
44+
- content: "Subtle model improvements often don't affect these metrics."
4545
isCorrect: false
4646
explanation: "Incorrect."
47-
- content: "Both of the above"
47+
- content: "Both of these answers."
4848
isCorrect: true
4949
explanation: "Correct. In fact, these answers are often related. Methods like gradient descent rely on measures of slope, which don't exist for nonsmooth functions like accuracy."
5050

learn-pr/azure/machine-learning-confusion-matrix/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Summary
88
description: An overview of the content covered in the module.
9-
ms.date: 07/20/2024
9+
ms.date: 03/13/2025
1010
author: s-polly
1111
ms.author: scottpolly
1212
ms.topic: unit

0 commit comments

Comments
 (0)