Which quality metric is most appropriate when evaluating a binary classification model where false negatives and false positives carry equal business cost?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Think of it this way: in real-world AI governance, f1 score is exactly what teams reach for when they need to handle this scenario. The F1 Score is the harmonic mean of Precision and Recall, providing a balanced metric when both error types carry equal cost. On the exam, remember that this falls squarely under the 4.0 Configure Evaluation and Monitoring domain.
Full explanation below image
Full Explanation
The F1 Score is the harmonic mean of Precision and Recall, providing a balanced metric when both error types carry equal cost. Unlike Accuracy, F1 is robust to class imbalance. AUC-ROC is useful for threshold-independent evaluation but does not capture performance at a fixed decision point. The correct answer, "F1 Score", directly addresses the scenario described because it aligns with the specific governance requirement in question. The incorrect options ("Precision", "Recall", "AUC-ROC") may seem plausible but do not satisfy the core requirement. Understanding the distinction between these concepts is critical for IBM watsonx.governance implementations and is frequently tested in the 4.0 Configure Evaluation and Monitoring section of the certification exam.