COM6018 Data Science with Python
Evaluating Classifiers
In many cases, we are more interested in one type of error than another.
We will consider the following metrics:
- False Positive Rate (FPR), False Negative Rate (FNR) and the ROC curve.
- Precision, Recall and Precision-Recall curves.
These metrics are defined for binary classifiers, but can be extended to multi-class classifiers