Why is GridSearchCV's 'best_score_' so much lower than the normal XGBoost algorithm's 'roc_auc_score'?

前端 未结 0 994
眼角桃花
眼角桃花 2020-11-22 10:38

I\'m running GridSearchCV to find the best set of hyperparameters for XGBClassifier:

xgb_parameters = {\'n_estimators\'    : [100, 200, 300],
                         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题