Interview Query

Area Under the ROC Curve

Start Timer

0:00:00

Upvote
4
Downvote
Save question
Mark as completed
View comments (13)
Next question

Suppose you are given three models for a binary classification problem. Each model gives you a probability of an input belonging to class 1.

You are asked to build an area under the ROC curve metric to evaluate the model performance. Briefly explain how you will do that.

After you make the metric and make sure it works correctly, you apply it on three models and get the following results:

  • Model 1: 0.1
  • Model 2: 0.5
  • Model 3: 0.8

Briefly explain your evaluation of these models and choose one to use for the classifier.

.
.
.
.
.


Comments

Loading comments