ROC AUC needs to be sped up. We can use the Mann–Whitney U statistic which is O(nlogn). To consider - We should probably implement this as a separate function to `roc_curve_data` - Inside `roc_curve_data` we should also look for other speed improvements.