What is data drift in a production model?
- A The distribution of input features changes over time
- B The model file becomes corrupted
- C Predictions become slower
- D The target definition changes
Answer
The distribution of input features changes over time
Concept drift is the change in the relationship between inputs and target, which is harder to detect and usually requires retraining.





