Learn Before
Why overall accuracy can miss the real goal in a content-filtering app
Question: In a family photo-sharing app that must block explicit uploads, explain why overall classification accuracy may fail to reflect the product’s true goal, and what this teaches about selecting evaluation metrics.
Sample answer: Accuracy counts every mistake in the same way, so it can hide the difference between a harmless error and a serious one. In this app, one model may score slightly better overall while still allowing a small number of explicit images to pass through. Even if those slips are rare, they can damage user trust and defeat the main purpose of the product. The lesson is that the evaluation metric should be tied to the business objective and the real cost of each kind of error, not just to the total number of correct predictions.
Key points:
- Accuracy gives equal weight to all errors
- A model can look better on accuracy and still miss harmful content
- Rare harmful errors may matter more than frequent minor mistakes
- The metric should match the product’s actual objective
- Good metrics reflect the practical cost of different errors
Rubric: Full credit requires explaining that accuracy treats errors uniformly, identifying the harmful-content leak as a high-impact failure, and linking the example to the need for metrics that align with the product’s real priorities.
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.