Classification Accuracy is Not Enough: More Performance Measures You Can Use - MachineLearningMastery.com

When you build a model for a classification problem you almost always want to look at the accuracy of that model as the number of correct predictions from all predictions made. This is the classifi...

By · · 1 min read
Classification Accuracy is Not Enough: More Performance Measures You Can Use - MachineLearningMastery.com

Source: MachineLearningMastery.com

When you build a model for a classification problem you almost always want to look at the accuracy of that model as the number of correct predictions from all predictions made. This is the classification accuracy. In a previous post, we have looked at evaluating the robustness of a model for making predictions on unseen […]