Drift Alerts

Statistical anomaly detection ยท Z-score, PSI, EWMA control charts

Active Alerts
0
Critical
0
Warning
0
Resolved (all time)
0

Active Alerts

All systems healthy

No active alerts โ€” the model is behaving within normal parameters

How drift alerts are generated

Z-Score Anomaly

Flags a metric when it deviates more than 2.0โ€“3.0ฯƒ from the rolling mean. Severity scales with the deviation magnitude.

PSI (Population Stability Index)

Measures distribution shift of similarity scores vs baseline. PSI > 0.10 = INFO, > 0.25 = WARNING. Borrowed from financial risk modeling.

EWMA Control Charts

Exponentially weighted moving average with computed upper/lower control limits. Any point outside the limits triggers a WARNING.

PELT Change-Point

Detects structural breaks in the time series โ€” pinpoints the exact run where the model's behaviour changed.