Performance Metrics: Confusion matrix, Precision, Recall, and F1 Score …
https://towardsdatascience.com/performance-metrics-confusion-matrix-precision-recall-and-f1-score-a8fe076a2262
Sep 13, 2020 · The confusion matrix, precision, recall, and F1 score gives better intuition of prediction results as compared to accuracy. To understand the concepts, we will limit this article to binary classification only. What is a confusion matrix? It is a matrix of size 2×2 for binary classification with actual values on one axis and predicted on another.
DA: 84 PA: 64 MOZ Rank: 76