14 lines
182 B
Plaintext
14 lines
182 B
Plaintext
Iterate every threshold
|
|
Plot fpr vs tpr
|
|
False Positive Rate
|
|
<l2st>
|
|
$\frac{FP}{FP+TN}$
|
|
</l2st>
|
|
True Positive Rate
|
|
<l2st>
|
|
$\frac{TP}{TP+FN}$
|
|
</l2st>
|
|
ROC-AUC: Integral of this curve!
|
|
|
|
|