Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Interpret AUC-ROC for Marketing Model

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

Your question is Interpret AUC-ROC for Marketing 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

BrightCart uses a binary classification model to predict which users are likely to respond to a paid email promotion for a premium subscription upgrade. The marketing team is encouraged by the model's AUC-ROC, but campaign ROI has been inconsistent because the final audience is selected using a fixed score threshold.

Current Performance

MetricValidation SetPrevious Model
AUC-ROC0.840.76
Precision @ threshold 0.500.220.19
Recall @ threshold 0.500.610.54
F1 Score @ threshold 0.500.320.28
Log Loss0.490.58
Conversion rate in population0.080.08
Top-decile response rate0.240.18
Expected campaign profit / 100k users$18,000$11,000

The Problem

The VP of Marketing asks whether an AUC-ROC of 0.84 means the model is "good enough" for rollout across all campaigns. The team wants to understand what this score actually says about ranking quality, what it does not guarantee, and whether threshold or calibration issues could still hurt business outcomes.

Requirements

  1. Interpret the AUC-ROC score of 0.84 in plain business terms.
  2. Explain how AUC-ROC should be read alongside precision, recall, and base conversion rate.
  3. Identify why a strong AUC-ROC may still lead to weak campaign performance at a chosen threshold.
  4. Recommend how to evaluate threshold selection for profit, not just discrimination.
  5. Suggest next steps to validate whether the model is ready for production.

Constraints

  • Marketing can contact at most 15% of the user base per campaign.
  • Each email costs $0.04 to send.
  • A successful upgrade yields $12 in expected gross margin.
  • Over-targeting low-propensity users reduces brand engagement over time.