Validation Data and Production Shift
Question: A fraud model is checked using transactions from large in-store purchases, but after deployment most flagged cases come from small mobile payments. What does that change imply about the validation set?
Sample answer: It means the validation and test data do not reflect the situations the model must handle after launch, so their evaluation results can be overly optimistic or otherwise misleading.
Key points:
- Validation/test data does not match the deployment setting
- Reported performance may not reflect real-world use
Rubric: Must state that the validation/test data does not match the target production distribution.
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
Recognizing a Dev/Test Distribution Shift
A video app can keep using a test set made only of desktop screen recordings after most users switch to short phone clips.
A Dev/Test Set Should Match _____ Data
Distribution Shift in a Wildlife Classifier
Finding a Dataset Distribution Mismatch
Why a Test Set Can Fail to Reflect Real Usage
The Shift in Field Photos
Validation Data and Production Shift
What the dev/test set says about deployment data
When the Evaluation Set No Longer Matches User Behavior