What is cohens kappa and how would you use it for assessing binary classifiers?

Data Science Interview QuestionsCategory: Data ScienceWhat is cohens kappa and how would you use it for assessing binary classifiers?
1 Answers
MockInterview Staff answered 6 years ago

The Kappa statistic (or value) is a metric that compares an Observed Accuracy with an Expected Accuracy (random chance). The kappa statistic is used not only to evaluate a single classifier, but also to evaluate classifiers amongst themselves. In addition, it takes into account random chance (agreement with a random classifier), which generally means it is less misleading than simply using accuracy as a metric (an Observed Accuracy of 80% is a lot less impressive with an Expected Accuracy of 75% versus an Expected Accuracy of 50%). Computation of Observed Accuracy and Expected Accuracy is integral to comprehension of the kappa statistic, and is most easily illustrated through use of a confusion matrix; Read More here

Your Answer

13 + 7 =