Which technique detects when ML model performance degrades due to changing data distributions?
- Data Drift Detection
- Concept Drift Detection
- Both A and B
- Neither
Answer: Both A and B
Data drift: input feature distribution changes; concept drift: relationship between features and target changes. Monitoring both enables timely model retraining.