Confusion matrix, ROC curve and AUC
A Confusion Matrix is a performance measurement tool of a classification model. It's a table with the layout of:
Predicted: YesPredicted: No
Actual: YesTPFN
Actual: NoFPTN
The matrix has 2 classes (predicted and actual) and 4 categories:
T...
eujeenhan.hashnode.dev4 min read