注意:此页面搜索的是所有试题
题目内容
(国家开放大学大数据预处理复习题)
使用test_x数据集计算只包含部分变量var_new的新模型model_new的AUC值:
auc = (y_true=test_y,
y_score=model_new. (test_x[var_new])[:,1])
auc = (y_true=test_y,
y_score=model_new. (test_x[var_new])[:,1])
参考答案

