Learn Before
Diagnose a metric mismatch in a fraud detection model selection process.
Case context: A payments company is comparing several fraud detection models. It selects the model with the highest overall accuracy on a validation set. In practice, the chosen model misses many fraudulent transactions because fraud is rare and the metric rewards mostly correct predictions on legitimate transactions.
Question: Explain why the current selection process is failing and state what the team should change.
Sample answer: The process is failing because overall accuracy does not reflect the project's real goal, which is to catch fraud effectively. A model can score well on accuracy while still missing too many bad transactions. The team should replace the current metric with one that matches the business objective, such as a metric that emphasizes fraud detection or the cost of missed fraud.
Key points:
- The metric measures the wrong thing for the business goal.
- High accuracy can hide poor fraud detection when the class is imbalanced.
- The team should use a metric aligned with the true objective, especially the cost of missed fraud.
Rubric: The student must identify that the metric is misaligned with the project objective and recommend changing to a metric that better reflects fraud detection performance.
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
Accuracy Is Not Always the Right Metric
Using a Strong Penalty for a Critical Error Type
Set a New Evaluation Goal When the Current Metric Is Unreliable
What should a team do if its evaluation metric is rewarding the wrong outcome?
If an evaluation metric does not reflect the real project goal, it is still reliable for choosing the best model.
A score that measures the wrong target should not be used to ____ the best model.
Match each metric concept to its description.
What should a team do after noticing its metric points to the wrong goal?
What to do when an evaluation score favors the wrong goal
Diagnose a metric mismatch in a fraud detection model selection process.
What should a team do if its metric does not match the real objective?
What happens when an evaluation metric tracks the wrong goal?
A team should replace an evaluation metric that no longer reflects the project goal.