Skip to content

Commit ff76de5

Browse files
authored
Create VI. Evaluating binary classifiers.py
1 parent 05dee68 commit ff76de5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""
2+
3+
\ Evaluating binary classifiers /
4+
5+
For this course we'll be using a common metric for binary classification algorithms call the
6+
7+
-> AUC (or area under the curve) : the closer the AUC is to one (1), the better the model is!
8+
9+
"""
10+
11+
'''If you've created a perfect binary classification model, what would the AUC be?'''
12+
# ANSW: 1

0 commit comments

Comments
 (0)