凌李
Results
1
comments of
凌李
应该是你用y_val_predit的问题,计算auc的时候应该使用y_pred[:,1],就是预测为1的分数。 改成y_val_predit = voting.predict_proba(X_val)[:,1]试试