Skip to content

Commit 37f4aa5

Browse files
authored
Update README.md
1 parent 2fc3123 commit 37f4aa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ A confusion matrix is a table that is often used to describe the performance of
318318
* Out of those 165 cases, the classifier predicted “yes” 110 times, and “no” 55 times
319319
* In reality, 105 patients in the sample have the disease, and 60 patient do not
320320

321+
##### (A): Type I Error: We predict yes, but they don’t actually have the disease (Also known as Type I Error)
322+
323+
##### (B): Type II Error: We predict No, but they actually do have the disease (Also known as Type II Error)
321324

322325

323326
### Sensitivity:

0 commit comments

Comments
 (0)