What's the point of the confusion matrix?
[26]
Introduction
A Confusion Matrix is an N x N matrix used for evaluating the performance of a classification model, where N is the number of target classes. The matrix compares the actual target values with those predicted by the machine learning ...
pranavbawg.hashnode.dev6 min read