Learn Before
A radiology AI team must choose between two models after testing exposes a critical miss.
Case context: A team building a chest X-ray triage tool evaluates two classifiers using overall accuracy. Model A scores slightly higher than model B. In pilot use on emergency-room images, model A sometimes fails to flag obvious pneumothorax cases, while model B catches them reliably.
Question: As the product lead, which model should be deployed, and what should happen to the evaluation metric?
Sample answer: The team should deploy model B, because missing a dangerous condition is a serious failure even if model A has higher accuracy overall. The metric should be changed so that missed critical findings are heavily penalized or disqualify a model, rather than allowing a high average score to hide this defect.
Key points:
- Model A has higher accuracy but misses some pneumothorax cases
- Model B does not show the same miss pattern
- The safer choice is model B, not model A
- The current metric misses an important product requirement
- The metric should be revised to punish or block this kind of error
Rubric: Full credit requires choosing model B (or rejecting model A) with a reason tied to the dangerous miss, and stating that the metric needs to reflect that safety requirement.
0
1
Tags
Machine Learning
Deep Learning
Machine Learning Strategy
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Yearning @ DeepLearning.AI
Related
In a family photo app example, why is classifier A still unacceptable even though its accuracy is higher?
True or False: A model with the highest overall accuracy is always the best choice for detecting a rare equipment defect.
A model can still be unacceptable if it misses the wrong kind of case
Match each item in the content-filter example to the statement that best describes it.
Order the reasoning that shows accuracy can be the wrong metric in a loan approval classifier example.
Why overall accuracy can miss the real goal in a content-filtering app
A radiology AI team must choose between two models after testing exposes a critical miss.
Why the higher-accuracy classifier is still rejected
What is the key lesson from this content moderation example about evaluation metrics?
True or False: Model 27 is the one that occasionally lets spam messages pass through.