A CSA-box “will they skip this week?” model still sees the same signup fields, but after a new pickup rule the old “loyal” pattern now predicts the wrong skip. What should the tester name that change?
Select an answer to reveal the explanation.
Short Explanation
Signup fields stay the same, but after a new pickup rule the old “loyal” pattern now predicts the wrong skip. That is concept drift: the relationship between inputs and the correct output has changed. It is not merely a new input mix, not overfitting, and not a Chapter 5 uniqueness gap.
Full Explanation
Concept drift is a change in the input-to-correct-output relationship, not merely in the input mix. Calling it only data drift, overfitting, or a Chapter 5 uniqueness gap names the wrong phenomenon.