Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Correct precision and recall formulas #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prohner
Copy link

@prohner prohner commented Apr 21, 2021

The formulas for calculating precision and recall are reversed. The correct formulas are:

Precision = TP / (TP+FP)
Recall = TP / (TP+FN)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The formulas for calculating precision and recall are reversed.  The correct formulas are:

Precision = TP / (TP+FP)
Recall = TP / (TP+FN)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant