Skip to content

Accuracy typo was corrected#28

Open
danis-b wants to merge 1 commit intoillustrated-machine-learning:mainfrom
danis-b:accuracy_typo
Open

Accuracy typo was corrected#28
danis-b wants to merge 1 commit intoillustrated-machine-learning:mainfrom
danis-b:accuracy_typo

Conversation

@danis-b
Copy link

@danis-b danis-b commented Apr 1, 2025

Hi, I just found a typo in the definition of accuracy (public/img/machine-learning/metrics-01.svg). Instead of TP / (TP + FP + TN + FN), it should be (TP + TN) / (TP + FP + TN + FN). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant