gbdt topic

List gbdt repositories

catboost

7.8k
Stars
1.2k
Forks
Watchers

A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computa...

LightGBM

16.2k
Stars
3.8k
Forks
443
Watchers

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 tas...

xgboost

25.7k
Stars
8.7k
Forks
Watchers

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow

ytk-learn

347
Stars
76
Forks
Watchers

Ytk-learn is a distributed machine learning library which implements most of popular machine learning algorithms(GBDT, GBRT, Mixture Logistic Regression, Gradient Boosting Soft Tree, Factorization Mac...

thundergbm

689
Stars
84
Forks
Watchers

ThunderGBM: Fast GBDTs and Random Forests on GPUs

chefboost

445
Stars
102
Forks
Watchers

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...

tiny_ml

211
Stars
36
Forks
Watchers

numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法

GBDT_Simple_Tutorial

708
Stars
195
Forks
Watchers

python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification are realized based on py...

shifu

250
Stars
109
Forks
Watchers

An end-to-end machine learning and data mining framework on Hadoop

fast_retraining

55
Stars
13
Forks
Watchers

Show how to perform fast retraining with LightGBM in different business cases