#decision-trees (8 Repositories)
Ranked open-source repositories tagged with #decision-trees, scored by pull request acceptance likelihood and maintainer engagement velocity.
3.8%
0.5h
8 repositories tagged #decision-trees
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.
sylvaticus/BetaML.jl
Beta Machine Learning Toolkit
mdabros/SharpLearning
Machine learning for C# .Net
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
dmitryikh/leaves
pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks
rolkra/explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
siboehm/lleaves
Compiler for LightGBM gradient-boosted trees, based on LLVM. Speeds up prediction by ≥10x.