使用test_x数据集计算只包含部分变量var_new的新模型model_new的AUC值:
auc = (y_true=test_y,
y_score=model_new. (test_x[var_new])[:,1])
出自:国家开放大学大数据预处理复习题