I'm trying to figure out what a scheme is called - what is the accuracy metric for the number of true positives out of the top n items, listed descended by probability, where n is the expected # in the population?
For example, if we expect their to be 1000 true cases in a population, and we then put forth our top 1000 items scored by probability, and get 600 correct, the "accuracy" here is 60%. What is this correct term for this "accuracy"?
(I'd want to call it "accuracy at expected inclusion" or something...)