6.22 Measuring classifier performance
- Some more measure of model accuracy/classifier performance
- Correct Classification Rate (CCR) [as opposed to Error Rate]
- For what proportion of the units does the correct output yi match the classifier (predicted) output ˆyi?
- Proportion of reoffenders correctly predicted
- False Positive Rate (FPR)
- For what proportion of the units for which the correct output yi is negative is the classifier output ˆyi positive?
- Proportion of NON reoffenders (NON recidivators) predicted as reoffenders (recidivators)
- False Negative Rage (FNR): Opposite of above