Introduction to Predictive Analytics in Python
Nele Verbiest, Ph.D
Data Scientist @PythonPredictions
agemax_giftincome_lowmin_gift, mean_gift, median_giftcountry_USA, country_India, country_UKnumber_gift_min50, number_gift_min100, number_gift_min150Drawbacks of models with many variables:

import numpy as np
from sklearn.metrics import roc_auc_score
roc_auc_score(true_target, prob_target)
Introduction to Predictive Analytics in Python