Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Detect Concept Drift in Credit Risk

Hard
Model EvaluationCalibrationAccuracyThreshold Tuning

Problem

Context

LendWise uses a gradient-boosted binary classifier to approve or decline personal loan applications. The model was stable at launch, but over the last quarter loan defaults increased even though offline monitoring shows only a modest drop in aggregate discrimination metrics.

Current Performance

MetricAt LaunchCurrentChange
AUC-ROC0.840.78-0.06
Precision (default class)0.610.58-0.03
Recall (default class)0.740.52-0.22
F1 Score0.670.55-0.12
Log Loss0.410.56+0.15
Brier Score0.180.24+0.06
Approval Rate63%68%+5 pts
90-day Default Rate on approved loans3.1%5.4%+2.3 pts

The Problem

The risk team suspects concept drift after LendWise expanded into gig-worker and thin-file customer segments. You need to determine whether the issue is threshold drift, calibration drift, feature distribution shift, or a true change in the relationship between features and default risk.

Requirements

  1. Interpret the metric changes and explain what type of drift is most likely occurring.
  2. Propose a monitoring framework to detect concept drift in production before defaults materially rise.
  3. Identify what analyses you would run by segment, time window, and score band.
  4. Recommend specific mitigation steps for the next 30 days and the next 2 quarters.
  5. Explain how you would validate that the mitigation improved business outcomes, not just offline metrics.

Constraints

  • Loan decisions must remain fully automated for 95% of applications.
  • Retraining requires 3 weeks because labels mature after 90 days.
  • A 1-point increase in approval rate is worth about $420K quarterly revenue, but each additional default costs $1,900 on average.

You are practicing as a guest. Sign up free to get your answer graded with AI feedback. Your draft stays right here.

Sign up freeI have an account
Sign up to unlock solutions
Next questions
Validate Credit Risk Model DriftEasyMonitor Deployed Loan Model DriftMediumValidate Credit Risk FindingsMedium