网站首页
编程语言
数据库
系统相关
其他分享
编程问答
GridSearchCV
2024-07-23
任何人都可以告诉我们为什么我们使用正确的参数网格来微调预测精度
parameters={'n_estimators':[100,200],'learning_rate':[0.01,0.1],'max_depth':[3,5],'subsample':[0.8,1.0],'colsample_bytree':[0.8,1.0],'gamma':[0,0.1],