What is label drift and why does it matter?
mediumAnswer
- Label drift = change in P(y) marginal distribution — class balance shifts over time.
- Example: fraud rate rises from 1% to 3%.
- Model's threshold + calibration may become miscalibrated even if unchanged.
- Detect by tracking observed class ratios in ground truth over time.
- Handle via re-calibration (Platt / isotonic), threshold tuning, or class-weight re-adjustment.
- Different from data drift (P(X)) and concept drift .
Check yourself — multiple choice
- Same as concept drift
- Change in P(y) marginal — class balance shifts over time; recalibrate + tune threshold; distinct from P(X) drift and drift
- Random
- Not important
Label drift: P(y) shifts; recalibrate + retune threshold.
#monitoring#data-quality
Practise MLOps & Data Quality
215 interview questions in this topic.
Related questions
- What is data drift and how do you detect it?
- How is concept drift different from data drift?
- What is schema drift and how do you detect it?
- How is Population Stability Index (PSI) computed and interpreted?
- Why prefer Jensen-Shannon Divergence over KL for drift?
- What is Maximum Mean Discrepancy (MMD) for drift detection?