Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Choose AUC-ROC or F1

Medium
MediumModel EvaluationF1 ScorePrecisionAUC-ROCRecall
Asked 1mo ago|
Larsen & Toubro
Larsen & Toubro
Asked 12 times

Problem

Scenario

You own a binary classifier that prioritizes suspicious account sign-ins for manual review in Microsoft Defender. The current logistic regression model and a new LightGBM challenger are both evaluated offline before deployment, and accounts scoring above a 0.40 threshold are sent to analysts. Security leadership notices the challenger has a slightly higher AUC-ROC, but the operations team prefers the current model because it produces better precision and F1 at the chosen threshold. You need to explain what each metric is actually measuring and which one should guide model selection for this use case.

Performance Data

MetricCurrent ModelChallenger Model
AUC-ROC0.910.94
Precision @ 0.400.740.61
Recall @ 0.400.680.79
F1 Score @ 0.400.710.69
False Positive Rate @ 0.400.0320.071
Daily alerts sent to analysts4,3007,100
Analyst review capacity/day5,0005,000
Positive class prevalence2.8%2.8%

Question

How would you explain the difference between AUC-ROC and F1-score using these results, and when would you prefer one over the other for selecting or tuning this model?

Practicing as: Data Scientist interview at Syneos Health

Hi, I'll play your Syneos Health interviewer for the Data Scientist role. Answer the question above like we're in the room, and I'll respond the way a real interviewer would.

Take this as a live interview session →

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
Syneos Health Data Scientist Interview QuestionsTop 50 AUC-ROC Interview QuestionsLarsen & Toubro Data Scientist Interview QuestionsTop 50 F1 Score Interview QuestionsSyneos Health Interview Questions
Next questions
Principal Financial GroupChoose the Right Classification MetricMediumAnduril IndustriesAUC-ROC vs F1 for ImbalanceMediumAbzoobaCompare Classifiers with ROC AUCEasy