Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Choose Metrics for Loan Approvals

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

Your question is Choose Metrics for Loan Approvals. 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 risk team currently evaluates the model mainly with accuracy, but business leaders are debating whether precision, recall, F1-score, or ROC-AUC should drive model decisions because false approvals and false rejections have very different costs.

Current Performance

The model was evaluated on 20,000 recent applications, with a default rate of 8% (1,600 actual defaults).

MetricValue
Accuracy0.912
Precision0.410
Recall0.640
F1 Score0.500
ROC-AUC0.870
Threshold0.50
Predicted default rate12.5%

The Problem

The Chief Risk Officer wants fewer bad loans approved, while the Growth team is concerned that too many good applicants are being declined. You need to explain which metric should be prioritized for different business goals and whether the current threshold is appropriate.

Requirements

  1. Interpret what each metric says about this model in the context of loan approvals.
  2. Explain when precision, recall, F1-score, and ROC-AUC should be used for this business problem.
  3. Identify which metric is most appropriate for a risk-focused strategy versus a growth-focused strategy.
  4. Recommend whether LendWise should keep or change the current decision threshold.
  5. Describe what additional analysis you would run before changing the model or threshold.

Constraints

  • A false negative (missed default) costs about $18,000 in expected losses.
  • A false positive (declining a good applicant) costs about $1,200 in lost contribution margin.
  • Regulators require the team to justify approval rules clearly and monitor model performance monthly.