Sensitivity is the accuracy of positive events.
E.g. how likely it is that a drug test classifies a drug-user as a drug-user.
Sensitivity alone is not sufficient, e.g. a test that is always positive would have 100% sensitivity, but terrible specificity.
Link to originalSensitivity and specificity
Assume a drug test which has 90% sensitivity, i.e. the probability of a positive result given it’s a drug user , and 80% specificity, i.e. . This test is quite bad, 20% of non-users get a false positive. Let’s also say 10% of the population use the drug .
The probability of someone being a drug-user after testing positive is:So the probability that you did actually use the drug is only 33%. Even if the sensitivity is 1, we only reach ~35%.
This error gets better for more common events.This is also relevant for machine learning: We can get close to 100% accuracy just by ignoring very rare samples (high sensitivity, low specificity).