When does ROC-AUC mislead you, and when does a precision-recall curve mislead you instead?
ROC-AUC hides false positives under imbalance because the false-positive rate divides by a huge negative count, so thousands of wrong alerts barely move it. Precision-recall exposes that honestly but is anchored to the base rate, so its numbers cannot be compared once prevalence moves.