xgboost中“ tree_method”的“ hist”设置是否会使模型成为贪婪的学习者而不是弱者?

时间:2020-02-14 02:54:04

标签: python parameters xgboost

我想对xgboost使用GPU支持,但不确定设置是否将学习方法从弱学习者变为贪婪学习者。 tree_method parameter具有gpu_hist设置,这是“ hist算法的GPU实现”。 hist的定义是“快速直方图优化的近似贪婪算法”,但我不理解该定义。

0 个答案:

没有答案