Result types
In a binary classification there you model has 4 outcomes for a prediction.
Transclude of results_explanationThis is explained by two binary decisions. Did it guess it to be positive or negative and was it correct. If it was correct it is True … if not it was False … . If it guessed it to be possitive it is … positive if not it was … negative. This combined provides true positive, true negative, false positive, and false negative.