Compare xgboost with TFBT
Open
new algo
- Dominant language
- C++
- Stars
- 468
- Forks
- 96
- PR merge metrics
- No merged PRs in 30d
Description
TF Boosted Trees (TFBT) is a new open-sourced frame-work for the distributed training of gradient boosted trees. It is based on TensorFlow, and its distinguishing features include a novel architecture, automatic loss differentiation, layer-by-layer boosting that results in smaller ensembles and faster prediction, principled multi-class handling, and a number of regularization techniques to prevent overfitting.
https://arxiv.org/abs/1710.11555
GitHub: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/boosted_trees (edited)
Contributor guide
Assessment
This issue has not been assessed yet.