|
|
|
|
|
by max76
2569 days ago
|
|
That's just wrong. This is ML 101 False positive = (Machine says positive but grand truth is negative) / (Machine says is positive) In English, a false positive is when the machine declares something as positive but it is actually negative. This fits a sanity test because ~50% of people that pass through a detector do not get patted down. The truth is closer to 10%. Even then, a true positive probably includes someone with two pennies in their pocket. |
|
In statistics and ML it’s (FP) / (FP + TN) aka (false positives) / (actual negatives samples). This is by far the most common definition.
Here ML using the common definition see fall-out: https://en.m.wikipedia.org/wiki/Precision_and_recall