在使用Xgboost.sklearn.XGBclassifier的python中,我们有一个参数"n_estimators“表示训练模型时可以选择的树的数量,但我没有找到任何与xgboost.train()相关的参数,有没有办法在xgboost.train()中添加树的数量?
发布于 2017-08-07 15:38:42
使用num_boost_round
另请参阅:
http://xgboost.readthedocs.io/en/latest/python/python_api.html
https://stackoverflow.com/questions/45493620
复制相似问题