auc = roc_auc_score(CV_label, y_pred_proba) * float(100)
However, I am said that I cannot find the error using (100 - roc_auc_score). I found a previously answered question about the equal error rate. Link: Equal Error Rate in Python. How do I find the error using only the roc_auc_score.