Tag: precision
-
A performance measurement for machine learning classification problem where output can be two or more classes, simply called as Confusion Matrix
In Machine Learning, the problem of classification involves predicting the categorical class label to which the query data point belongs. And the confusion matrix is a tabular representation of the classification model’s performance. This tutorial will help you understand the confusion matrix and the various metrics that you can calculate from the confusion matrix. We’ll…