Skip to content

Commit

Permalink
docs(blog): explain confusion matrix more concisely
Browse files Browse the repository at this point in the history
Co-authored-by: Deepyaman Datta <[email protected]>
  • Loading branch information
IndexSeek and deepyaman committed Nov 17, 2024
1 parent 6aa167c commit ef63e90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/posts/classification-metrics-on-the-backend/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ The easiest way to break down how this works is to look at a confusion matrix.

A confusion matrix is a table used to describe the performance of a classification
model on a set of data for which the true values are known. As binary classification
only involves two categories, the confusion matrix is a simple 2x2 table where each
cell shows the count of true positives, false positives, false negatives, and true
negatives.
only involves two categories, the confusion matrix is a simple 2x2 table of true
positives, false positives, false negatives, and true negatives.

![](confusion_matrix.png)

Expand Down

0 comments on commit ef63e90

Please sign in to comment.