1.根据要解决的问题选择损失函数
2.n_estimators尽可能大(如3000)
3.通过grid search方法对max_depth, learning_rate, min_samples_leaf, 及max_features进行寻优
4.增加n_estimators,保持其它参数不变,再次对learning_rate调优
1.根据要解决的问题选择损失函数
2.n_estimators尽可能大(如3000)
3.通过grid search方法对max_depth, learning_rate, min_samples_leaf, 及max_features进行寻优
4.增加n_estimators,保持其它参数不变,再次对learning_rate调优