We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa167c commit 64e025aCopy full SHA for 64e025a
docs/posts/classification-metrics-on-the-backend/index.qmd
@@ -40,8 +40,8 @@ The easiest way to break down how this works is to look at a confusion matrix.
40
41
A confusion matrix is a table used to describe the performance of a classification
42
model on a set of data for which the true values are known. As binary classification
43
-only involves two categories, the confusion matrix is a simple 2x2 table where each
44
-cell shows the count of true positives, false positives, false negatives, and true
+only involves two categories, the confusion matrix is a simple 2x2 table showing
+the count of true positives, false positives, false negatives, and true
45
negatives.
46
47

0 commit comments