Learn Before
Why the higher-accuracy classifier is still rejected
Question: In one to three sentences, explain why classifier A is not acceptable for a school photo app even though it scores higher on overall accuracy than classifier B.
Sample answer: Classifier A still lets a few explicit images through, so users would occasionally see content the app is supposed to block. That safety failure makes it a poor choice for the product even if its average accuracy is higher.
Key points:
- Classifier A sometimes allows explicit images through
- This happens despite higher overall accuracy
- The safety failure makes it unacceptable for the product
Rubric: Full credit requires mentioning that explicit images can leak through and that this makes classifier A unacceptable despite its higher accuracy.
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.