Imagine a real world scenario where you are only allowed to guess between 0 and 5% of the total population. You have to say "Here I think these 5% of people have trait A" and you aren't allowed to guess more than that. The other thing is, only 3-5% of the people have trait A. So it's not necessarily an easy trait to pick up on.
I guess I don't care about the entire AUC, I only care about the AUC between 0.95 and 1.00.
As an aside, most of the modeling I do is in R using caret, is there any simple setting to adjust in the metric that'd be much appreciated:
model <- train( y = y, x = x
, metric = "ROC"
, method = "rpart"
, trControl = 5FoldsClass
)