How many samples to measure the final AUC with a specific precision.
How well you think your model will perform (0.5 = random, 1.0 = perfect).
The precision you want. E.g., 0.05 means you want the true AUC to be within ±0.05 of your result.
How certain you want to be that the true AUC falls within your margin of error.
What fraction of your samples are 'positive' (e.g., diseased or target class).
How many samples needed to reliably tell if Model A is truly better than Model B.
Expected performance of your best model (0.5 = random, 1.0 = perfect).
The smallest AUC difference that would make you choose one model over the other. E.g., 0.02 means you only care if one model is at least 2% better.
The probability of correctly choosing the better model if the true difference is at least your 'Min. Meaningful Difference'.
What fraction of your samples are 'positive' (e.g., diseased or target class).