Skip to content

Commit ef63e90

Browse files
IndexSeekdeepyaman
andcommitted
docs(blog): explain confusion matrix more concisely
Co-authored-by: Deepyaman Datta <[email protected]>
1 parent 6aa167c commit ef63e90

File tree

1 file changed

+2
-3
lines changed
  • docs/posts/classification-metrics-on-the-backend

1 file changed

+2
-3
lines changed

docs/posts/classification-metrics-on-the-backend/index.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ The easiest way to break down how this works is to look at a confusion matrix.
4040

4141
A confusion matrix is a table used to describe the performance of a classification
4242
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
45-
negatives.
43+
only involves two categories, the confusion matrix is a simple 2x2 table of true
44+
positives, false positives, false negatives, and true negatives.
4645

4746
![](confusion_matrix.png)
4847

0 commit comments

Comments
 (0)