Question:medium

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.
Updated On: Mar 2, 2026
Show Solution

Solution and Explanation

Was this answer helpful?
0