What is a Confusion Matrix, and how do you calculate Accuracy, Precision, and Recall from it?
Show Hint
From the confusion matrix:
Accuracy = overall correctness,
Precision = correctness of positive predictions,
Recall = ability to detect actual positives.