Skip to content

Commit

Permalink
Merge pull request #99 from HongleiXie/main
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
danielrazavi authored Sep 26, 2024
2 parents 55a2399 + 0c4093a commit dc4974b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified 01_materials/slides/Classification_II.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion 03_instructional_team/markdown_slides/Classification_II.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $$
**Recall:** quantifies how many positive observations in the test set were identified as positive

$$
\text{Precision} = \frac{\text{Number of correct positive predictions}}{\text{total number of positive test set observations}}
\text{Recall} = \frac{\text{Number of correct positive predictions}}{\text{total number of positive test set observations}}
$$

- A good classifier would have high precision and high recall
Expand Down

0 comments on commit dc4974b

Please sign in to comment.