Y
Hacker News
new
|
ask
|
show
|
jobs
by
btdmaster
586 days ago
What does 50% precision mean in this case? I know 50% accuracy might mean P(fraud_predicted | fraud) = 50%, but I don't understand what you mean by precision?
1 comments
chychiu
586 days ago
Precision = True Positive / (True Positive + False Positive) = 1 - False Positive Rate
On that note, I'm surprised the precision / recall for fin models are 80% / 50%
link
disgruntledphd2
585 days ago
They are obviously relatively low stakes, otherwise I'd be super worried.
link
On that note, I'm surprised the precision / recall for fin models are 80% / 50%