Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Monitor Deployed Loan Model Drift

Medium
Model EvaluationCalibrationAccuracyLift

Problem

Context

LendWise uses a binary classification model to approve or decline small-business loan applications. The model was deployed 6 months ago, and the risk team now suspects that post-deployment performance has degraded even though approval volume has increased.

Current Performance

MetricAt LaunchLast 30 DaysChange
Accuracy0.810.76-0.05
Precision (default class)0.720.68-0.04
Recall (default class)0.640.51-0.13
F1 Score0.680.58-0.10
AUC-ROC0.840.79-0.05
Brier Score0.1420.181+0.039
Approval Rate58%66%+8 pts
90-day Default Rate4.8%7.1%+2.3 pts

The Problem

The business wants a monitoring framework that can detect performance degradation early, explain whether the issue is threshold drift, calibration drift, or population shift, and define when retraining or rollback is required.

Requirements

  1. Explain what these metric changes suggest about model performance over time.
  2. Propose a production monitoring plan with leading and lagging indicators.
  3. Identify likely root causes for the recall and calibration decline.
  4. Recommend alert thresholds, review cadence, and retraining triggers.
  5. Discuss how you would separate data drift from true concept drift.

Constraints

  • Loan decisions must be returned in under 300 ms.
  • True default labels arrive with a 90-day delay.
  • Compliance requires stable approval policies and documented threshold changes.
  • A false negative (missed defaulter) costs about $4,200; a false positive (declined good borrower) costs about $320 in lost contribution margin.

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
Diagnose Declining Loan Default ModelEasyDetect Concept Drift in Credit RiskHardDiagnose Underperforming Loan Default ModelMedium