Confusion matrix evaluation and examples
What does a confusion matrix tell you? A confusion matrix can tell you how good your predictions are compared to actual results. In machine learning terms, it shows how your model performs when making predictions. This article includes: what is a confusion matrix? why use a confusion matrix? what are true positives (TP), false positives […]