Tools / Drift Detector

Dataset Drift Detector

Compare a reference dataset against a current dataset to detect distribution shift in each feature. Uses the KS Test (statistical significance) and PSI (Population Stability Index) — the industry standard for monitoring model inputs.

How it works: numeric features are binned using the reference distribution. PSI and KS scores are computed per feature, then aggregated into an overall stability score. PSI < 0.10 = stable  ·  0.10–0.20 = moderate  ·  ≥ 0.20 = significant drift.

Reference dataset (baseline / training)

Drop reference CSV or click

Historical / training data

Current dataset (new / production)

Drop current CSV or click

Recent / production data

More bins = finer granularity; requires larger datasets.

What you get

Stability score

A 0–100 score based on the proportion and severity of drifted features, with a colour-coded verdict.

PSI per feature

Population Stability Index for every column — numeric features use quantile bins, categoricals use frequency bins.

KS test results

Two-sample Kolmogorov-Smirnov statistic and p-value for numeric features. Flags shift at p < 0.05.

Distribution charts

Overlay histogram (numeric) or grouped bar chart (categorical) comparing reference vs current for each feature.