Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Choose Metrics for Loan Default Model

MediumModel Evaluation00:00
Practice interviewer
In session
5 left
00:00

Your question is Choose Metrics for Loan Default Model. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

Context

LendWise uses a binary classification model to predict whether a small-business loan applicant will default within 12 months. The model is used to approve, decline, or manually review applications, but leadership is concerned that the team is reporting only accuracy while portfolio losses are rising.

Current Performance

MetricValidation SetLast Month in Production
Accuracy0.910.90
Precision0.580.55
Recall0.340.29
F1 Score0.430.38
AUC-ROC0.810.79
Log Loss0.290.33
Default Rate0.110.13
Manual Review Rate7.5%6.8%
Monthly charge-off loss$1.9M$2.6M

The Problem

The model still looks strong on accuracy because defaults are relatively rare, but it is missing many risky applicants. Product, risk, and operations teams disagree on which metric should define success: risk wants higher recall on defaults, sales wants fewer false declines, and operations wants to keep manual review under capacity.

Task

  1. Identify which metrics should be primary, secondary, and monitoring metrics for this project.
  2. Explain why accuracy is insufficient in this setting.
  3. Interpret the current metric pattern and what it implies about model behavior.
  4. Recommend how you would choose an operating threshold given business trade-offs.
  5. Propose evaluation and validation steps to ensure the chosen metrics align with business outcomes.

Constraints

  • Manual review team can handle at most 8% of applications.
  • A false negative costs about $18,000 in expected losses.
  • A false positive decline costs about $1,200 in lost profit and customer friction.
  • Regulators require consistent performance monitoring across applicant segments.