#gradient-boosting (6 Repositories)
Ranked open-source repositories tagged with #gradient-boosting, scored by pull request acceptance likelihood and maintainer engagement velocity.
16.7%
1.8h
6 repositories tagged #gradient-boosting
Evovest/EvoTrees.jl
Boosted trees in Julia
lightgbm-org/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
google/yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
serengil/chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting, Random Forest and Adaboost w/categorical features support for Python
ddbourgin/numpy-ml
Machine learning, in numpy
siboehm/lleaves
Compiler for LightGBM gradient-boosted trees, based on LLVM. Speeds up prediction by ≥10x.