Learning objectives
What you will be able to explain
- Which labels define the binary classification setup in the lecture?
- Match each confusion-matrix outcome to its entry
- Which error type corresponds to a false alarm?
- Compute the accuracy from a confusion matrix
- Compute balanced accuracy and balanced error
- Compute the class-conditional rates
Section 01
Which labels define the binary classification setup in the lecture? to Which error type corresponds to a false alarm?
01
Which labels define the binary classification setup in the lecture?
02
Match each confusion-matrix outcome to its entry
Guided checkpoint
Match the binary classification outcome to the corresponding confusion-matrix abbreviation.
03
Which error type corresponds to a false alarm?
Section 02
Compute the accuracy from a confusion matrix to Compute the class-conditional rates
01
Compute the accuracy from a confusion matrix
Guided checkpoint
Use the following counts and enter the accuracy as a decimal between 0 and 1.
| Predicted Positive | Predicted Negative | |
|---|---|---|
| Positive label | 18 | 2 |
| Negative label | 6 | 24 |
02
Compute balanced accuracy and balanced error
Guided checkpoint
Use the same confusion matrix and enter both values as decimals between 0 and 1.
| Predicted Positive | Predicted Negative | |
|---|---|---|
| Positive label | 18 | 2 |
| Negative label | 6 | 24 |
03
Compute the class-conditional rates
Guided checkpoint
Using the same confusion matrix, compute TPR, FPR, TNR, and FNR as decimals.
| Predicted Positive | Predicted Negative | |
|---|---|---|
| Positive label | 18 | 2 |
| Negative label | 6 | 24 |
Section 03
Match each class-focused measure to its formula to Mark each statement about composite measures
01
Match each class-focused measure to its formula
Guided checkpoint
Match the measure name to the correct formula from the lecture.
02
Compute the F1-score
Guided checkpoint
Using precision = 0.75 and recall = 0.90, compute the F1-score as a decimal.
03
Mark each statement about composite measures
Guided checkpoint
Set each statement to true or false.
Section 04
Which measure is explicitly described as balanced under class imbalance? to ROC and PR curves: true or false
01
Which measure is explicitly described as balanced under class imbalance?
02
Which measures are directly applicable to multi-class tasks without adaptation?
Guided checkpoint
Select all that apply.
03
ROC and PR curves: true or false
Guided checkpoint
Evaluate each statement using the definitions from the lecture.
Section 05
What AUROC value corresponds to random performance? to How are ROC or PR curves usually extended to multi-class tasks?
01
What AUROC value corresponds to random performance?
02
Which are standard strategies for averaging performance curves across runs or folds?
Guided checkpoint
Select all strategies explicitly mentioned in the lecture.
03
How are ROC or PR curves usually extended to multi-class tasks?
Section 06
Which formula defines accuracy? to Which formula defines balanced accuracy?
01
Which formula defines accuracy?
Guided checkpoint
Choose the definition of accuracy.
Source: provided lecture outline, 'Accuracy and Error'
02
Which formula defines error?
Guided checkpoint
Choose the definition of error.
Source: provided lecture outline, 'Accuracy and Error'
03
Which formula defines balanced accuracy?
Guided checkpoint
Choose the definition of balanced accuracy.
Source: provided lecture outline, 'Balanced Performance'
Section 07
Which formula defines balanced error? to Which formula defines the false-positive rate (FPR)?
01
Which formula defines balanced error?
Guided checkpoint
Choose the definition of balanced error.
Source: provided lecture outline, 'Balanced Performance'
02
Which formula defines the true-positive rate (TPR)?
Guided checkpoint
Choose the definition of TPR.
Source: provided lecture outline, 'Class-Conditional Performance'
03
Which formula defines the false-positive rate (FPR)?
Guided checkpoint
Choose the definition of FPR.
Source: provided lecture outline, 'Class-Conditional Performance'
Section 08
Which expression defines the true-negative rate (TNR)? to Which formula defines precision?
01
Which expression defines the true-negative rate (TNR)?
Guided checkpoint
Choose the definition of TNR.
Source: provided lecture outline, 'Class-Conditional Performance'
02
Which expression defines the false-negative rate (FNR)?
Guided checkpoint
Choose the definition of FNR.
Source: provided lecture outline, 'Class-Conditional Performance'
03
Which formula defines precision?
Guided checkpoint
Choose the definition of precision.
Source: provided lecture outline, 'Precision and Recall'
Section 09
Which verbal definition matches recall? to Which verbal definition matches specificity?
01
Which verbal definition matches recall?
Guided checkpoint
Choose the best definition of recall.
Source: provided lecture outline, 'Precision and Recall'
02
Which formula defines negative predictive value (NPV)?
Guided checkpoint
Choose the definition of NPV.
Source: provided lecture outline, 'Precision and Recall Reversed'
03
Which verbal definition matches specificity?
Guided checkpoint
Choose the best definition of specificity.
Source: provided lecture outline, 'Precision and Recall Reversed'
Section 10
Which formula defines the F1-score? to Which expression defines informedness?
01
Which formula defines the F1-score?
Guided checkpoint
Choose the definition of the F1-score.
Source: provided lecture outline, 'Composite Measure: F1-Score'
02
Which formula defines the Matthews Correlation Coefficient (MCC)?
Guided checkpoint
Choose the definition of MCC.
Source: provided lecture outline, 'Composite Measure: MCC'
03
Which expression defines informedness?
Guided checkpoint
Choose the definition of informedness.
Source: provided lecture outline, 'Further Composite Measures'
Section 11
Which expression defines markedness? to Which definition matches AUPRC?
01
Which expression defines markedness?
Guided checkpoint
Choose the definition of markedness.
Source: provided lecture outline, 'Further Composite Measures'
02
Which definition matches AUROC?
Guided checkpoint
Choose the correct definition of AUROC.
Source: provided lecture outline, 'Area Under the Curve (AUC)'
03
Which definition matches AUPRC?
Guided checkpoint
Choose the correct definition of AUPRC.
Source: provided lecture outline, 'Area Under the Curve (AUC)'
Knowledge check
Turn understanding into recall.
The quiz now follows the same concepts in scored form. You can return to this lesson from the quiz whenever a gap appears.