Failure of Classification Accuracy for Imbalanced Class Distributions - MachineLearningMastery.com

Classification accuracy is a metric that summarizes the performance of a classification model as the number of correct predictions divided by the total number of predictions. It is easy to calculat...

By · · 1 min read
Failure of Classification Accuracy for Imbalanced Class Distributions - MachineLearningMastery.com

Source: MachineLearningMastery.com

Classification accuracy is a metric that summarizes the performance of a classification model as the number of correct predictions divided by the total number of predictions. It is easy to calculate and intuitive to understand, making it the most common metric used for evaluating classifier models. This intuition breaks down when the distribution of examples […]