Process Flow - Data drift detection basics
Collect baseline data
Train model on baseline
Collect new incoming data
Compare new data to baseline
Calculate drift metrics
Is drift above threshold?
No→Continue monitoring
Yes
Trigger alert or retrain model
This flow shows how data drift detection compares new data to baseline data, calculates metrics, and triggers alerts if drift is detected.