This screen shows whether the data coming into a model in operation has changed from the training data (drift). Measurements are uploaded by the CLI (geo-mlops drift evaluate) or a batch job, and the server decides whether there is drift using the thresholds of each model's policy. Every member can see it; saving a policy needs settings (ADMIN).

  • PSI (population stability index): how much the current distribution differs from the baseline distribution. At or below 0.1 they are nearly the same; above 0.2 it is considered a large change.
  • KS: a statistical test of whether two distributions are the same. If the p-value is below the threshold (default 0.05), they are considered different.

Drift list

Drift — ① search and status filter ② PSI ③ KS ④ status
#AreaDescription
Search and filterSearch models (모델 검색), status (All · Drift · Normal (전체 · 드리프트 · 정상)).
PSI (PSI)PSI of the last measurement.
KS (KS)KS statistic of the last measurement.
Status (상태)Verdict according to the policy.

Click a row to open the per-model detail.

Per-model detail

Drift detail — ① retrain this model ② PSI trend (30 days) ③ CT trigger history ④ drift policy
#AreaDescription
Retrain this model (이 모델 다시 학습하기)Opens the new training wizard (when the training feature is on and you have develop).
PSI trend (30 days)PSI bars per day. At or above the policy's warning threshold they are yellow, at or above the critical threshold red, and both thresholds are drawn as dashed lines.
CT trigger history (CT 트리거 이력)History of retraining (CT) triggers recorded when drift was detected.
Drift policy (드리프트 정책)This model's thresholds. ADMIN can change them and Save (저장); other roles only see the values.

Policy items:

ItemDefaultMeaning
PSI warning threshold (PSI 경고 임계)0.1At or above this, yellow in the trend
PSI critical threshold (PSI 위험 임계)0.2At or above this, Drift (드리프트)
KS p-value threshold (KS p-value 임계)0.05If the p-value is below this, Drift (드리프트)
Require human approval (disable auto promotion) (사람 승인 필요(자동 승격 비활성))OnRetraining results are not promoted automatically; they go through approval

Until you save, the default policy applies; saving creates a policy for this model only.

Statuses and badges

BadgeValueMeaning
Normal (정상)NORMALPSI is below the critical threshold and the KS p-value is at or above the threshold
Drift (드리프트)DRIFTPSI ≥ critical threshold, or KS p-value < threshold. On this verdict a WARNING alert is created and a CT trigger is recorded.

Written for the platform as of 2026-09-21.

© Geo-MLOps