Why is GridSearchCV's 'best_score_' below 0.5?

前端 未结 0 1747
失恋的感觉
失恋的感觉 2020-11-22 17:05

I used GridSearchCV to find the best set of hyperparameters for XGBoost algorithm:

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


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