A cat app team must decide between two classifiers after accuracy testing reveals a hidden flaw.
Case context: A team building a cat photo application uses classification accuracy as their evaluation metric. Classifier A scores higher on this metric than classifier B. When the team tries out both algorithms on real user images, they discover that classifier A occasionally lets pornographic images slip through, while classifier B does not exhibit this problem.
Question: As the team lead, what should you decide about which classifier to ship, and what does this decision suggest about how the evaluation metric should be revised?
Sample answer: Despite classifier A's higher accuracy, the team should ship classifier B, since letting pornographic images through creates unacceptable harm to users and the product's reputation. This case suggests the accuracy metric should be revised or supplemented so that it penalizes or disqualifies pornographic image leakage, ensuring the metric reflects the actual product requirement rather than just overall correctness.
Key points:
- Classifier A has higher accuracy but leaks pornographic images
- Classifier B does not have this leakage problem
- The team should avoid shipping classifier A despite its accuracy advantage
- The evaluation metric fails to capture this unacceptable behavior
- The metric should be revised to penalize or disqualify this type of error
Rubric: Full credit requires recommending classifier B (or at least rejecting classifier A) with justification based on the leakage issue, and proposing that the metric be revised to reflect this critical 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 the cat app example, why is classifier A ultimately unacceptable despite higher accuracy?
True or False: A classifier with higher classification accuracy is always the better choice for a product.
Classifier A is more accurate but occasionally lets _____ images slip through, making it unacceptable.
Match each classifier in the cat application example to its corresponding property.
Order the steps of reasoning that reveal classification accuracy is the wrong metric in the cat app example.
Explain why classification accuracy failed to capture the true product objective in the cat application example.
A cat app team must decide between two classifiers after accuracy testing reveals a hidden flaw.
In one to three sentences, describe the specific failure that makes classifier A unacceptable in the cat app example.
What does the pornographic image leakage example primarily illustrate about metrics?
True or False: Classifier B is described as also occasionally letting pornographic images slip through.