Page MenuHomePhabricator

Implement recall at precision (and fix FPR metrics)
Closed, ResolvedPublic

Description

See https://github.com/wiki-ai/revscoring/issues/292

FPR = False-Positives / (True Negatives + False Positives)

What we really want is:

FDR = False-Positives / (True Positives + False Positives)