Production Mean: 52.34
Deviation (in STDs): 0.47
ALERT: Statistical data drift detected! Trigger retraining.
python
Interactive Lab
Simulate feature drift detection by comparing incoming production means against training baselines.
Step 1
Inspect the idea
Step 2
Edit the program
Step 3
Run and compare
Exercise
Test your understanding of concept and data drift mechanisms:
Knowledge Check
Which of the following scenarios describes concept drift rather than data drift?
Answer: A housing price model performs poorly because inflation changes the relationship between housing size and target price over time.
Concept drift occurs when the mapping function itself changes. Housing size remains the same, but the target relationship (price) shifts due to external macroeconomic factors (inflation).
Which of the following scenarios describes concept drift rather than data drift?