What is concept drift?
- A The relationship between inputs and the target changes over time
- B The input distribution changes only
- C The model file becomes corrupted
- D Training takes longer over time
Answer
The relationship between inputs and the target changes over time
Data drift is the change in input distribution. Concept drift is the harder problem because retraining on recent data is the only real remedy.





