← 📊 Data Science

📊 Drift Monitor

⚠ DRIFT DETECTED
Live telemetry
Drift score (PSI-proxy): 0.00
Rolling accuracy: 100%
Records streamed: 0
FPS:
Drag — rotate · Scroll — zoom

📊 MLOps Model Monitoring

An interactive 3D data-distribution plot: a live production stream flows in next to a frozen training reference, and shifting it over simulated time triggers a drift-detection alert before the model's rolling accuracy visibly degrades.

🔬 What It Demonstrates

Data drift (shifting input distribution) and concept drift (a changing input-output relationship) are distinct failure modes. A statistical drift score reacts to distribution shift immediately, while accuracy only drops once the true and model decision boundaries genuinely disagree.

🎮 How to Use

Increase data drift magnitude to shift the incoming stream, and concept drift angle to rotate the true decision boundary away from the model's frozen one. Watch the drift score cross its alert threshold, then compare how long it takes rolling accuracy to catch up.

💡 Did You Know?

Because ground-truth labels are often delayed in production, most MLOps teams monitor distribution statistics like PSI or KS-distance as an early-warning proxy long before a true accuracy metric is even computable.