ROC Curve

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 28 15:39
Editor
Edited
Edited
2025 May 20 21:48

Receiver Operating characteristic

Graphical representation of the performance of a binary classifier at different classification thresholds; for
Binary Classification
but stochastic model not continuous model by changing threshold.
Random classifier is linear line

Perfect model

notion image
Fine model
notion image
Inverse Perfect Model
notion image
Bad Model
notion image
 
notion image

ROC AUC

Area Under the Curve
  • Ideal model, ROC AUC=1

Youden's Index

0, 1에서 가장 가까운 점 찾기
notion image
 
 
 
 
Receiver operating characteristic
A receiver operating characteristic curve, or ROC curve, is a graphical plot that illustrates the performance of a binary classifier model at varying threshold values.
Receiver operating characteristic
Youden's J statistic
Youden's J statistic (also called Youden's index) is a single statistic that captures the performance of a dichotomous diagnostic test. (Bookmaker) Informedness is its generalization to the multiclass case and estimates the probability of an informed decision.
 

 

Recommendations