What is a Confusion Matrix in Machine Learning - MachineLearningMastery.com

Make the Confusion Matrix Less Confusing. A confusion matrix is a technique for summarizing the performance of a classification algorithm. Classification accuracy alone can be misleading if you hav...

By · · 1 min read
What is a Confusion Matrix in Machine Learning - MachineLearningMastery.com

Source: MachineLearningMastery.com

Make the Confusion Matrix Less Confusing. A confusion matrix is a technique for summarizing the performance of a classification algorithm. Classification accuracy alone can be misleading if you have an unequal number of observations in each class or if you have more than two classes in your dataset. Calculating a confusion matrix can give you […]