This is module 13 of 19 in this course
Course 60% complete
Course Module
Binary Classification
In this section you're going to learn about classification. You'll get introduced to binary classification models that can produce binary yes/no or true/false predictions by thresholding a regression value. Then you will study how to evaluate classifiers and learn a number of special classification metrics, including the true positive and false negative rates, the accuracy, precision and recall.
Finally, you'll learn about two special evaluation metrics that are invariant to any threshold value: the ROC curve and the AUC metric.