← 🤖 AI & Machine Learning

📡 Model Monitor

Drift score (PSI-like):
Status: nominal
Retrain events: 0
FPS:
Drag — rotate · Scroll — zoom

📡 Model Monitoring in Production Explained

A stream of production requests flows into a deployed model while a live histogram of its incoming data drifts away from the fixed training baseline, driving a drift-score gauge that pages an alert and — if auto-retrain is armed — closes the feedback loop.

🔬 What It Demonstrates

The gap between a static training-time baseline (blue bars) and a shifting live distribution (orange bars) is measured every frame into a simplified PSI-style drift score, exactly the kind of statistic real monitoring pipelines track per feature.

🎮 How to Use

Raise the drift rate or live noise to push the orange histogram away from the blue one. Watch the gauge climb — cross the dashed threshold ring and the beacon alerts, triggering an automatic retrain pulse back to the model if auto-retrain is armed.

💡 Did You Know?

A Population Stability Index (PSI) below 0.1 is considered stable in most production ML systems; teams often set automatic retraining triggers around the 0.25 mark, the same three-zone green/amber/red logic this gauge visualizes.