Skip to content

Conversation

@SomeStrangeName
Copy link

Looks like the formula for accuracy is not correct. Compare with: https://developers.google.com/machine-learning/crash-course/classification/accuracy

@SomeStrangeName
Copy link
Author

Seite 78

"accuracy = (TP + FN) / (TP + FP + TN + FN)"

ersetzen durch

"accuracy = (TP + TN) / (TP + FP + TN + FN)"

Hinweis: https://developers.google.com/machine-learning/crash-course/classification/accuracy

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