| Total Population | Predicted Class = False | Predicted Class = True |
|---|---|---|
| Actual Class = False | True Negative (TN) | False Positive (FP) |
| Actual Class = True | False Negative (FN) | True Positive (TP) |
The output of the performance score of our model is like the following:
1.0 [[ 8 0] [ 0 12]]








































0 Comments