A00-240 Exam QuestionsBrowse all questions from this exam

A00-240 Exam - Question 28


Refer to the confusion matrix:

Calculate the accuracy and error rate (0 - negative outcome, 1 - positive outcome)

Show Answer
Correct Answer: A,D

To calculate the accuracy and error rate from the confusion matrix, use the following formulas: Accuracy = (True Negatives + True Positives) / Total Population and Error Rate = (False Positives + False Negatives) / Total Population. From the given confusion matrix, True Negatives (TN) = 58, True Positives (TP) = 25, False Positives (FP) = 44, and False Negatives (FN) = 23. The total population (N) is the sum of all four values: 58 + 44 + 23 + 25 = 150. Therefore, the accuracy is (58 + 25) / 150 = 83/150, and the error rate is (44 + 23) / 150 = 67/150.

Discussion

3 comments
Sign in to comment
SebhatOption: D
Jun 25, 2020

the correct answer is D

PerkDizzzleOption: D
Oct 25, 2020

Agree with D. https://towardsdatascience.com/taking-the-confusion-out-of-confusion-matrices-c1ce054b3d3e

salvaliOption: D
May 3, 2022

The correct answer is D: Accuracy = ( TN + TP ) / N Error Rate = ( FP + FN ) / N