pgbm
Parallel booster
An implementation of a parallelized gradient boosting algorithm for regression tasks
Parallel Gradient Boosted Regression Trees
2 stars
3 watching
0 forks
Language: C++
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jinlow/forust | A package implementing a lightweight gradient boosted decision tree algorithm | 67 |
gbdt-pl/gbdt-pl | An implementation of a gradient boosting algorithm with piece-wise linear regression trees for efficient machine learning model training | 149 |
gbm-developers/gbm | An R package providing extensions to AdaBoost and gradient boosting machine algorithms for regression and other tasks. | 51 |
dmlc/xgboost.jl | A Julia package implementing a distributed gradient boosting framework with efficient linear model solver and tree learning algorithms. | 289 |
springdaisy/gbdt | An implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data | 0 |
tqchen/xgboost | An optimized distributed gradient boosting library for machine learning | 571 |
stanfordmlgroup/ngboost | A Python library implementing a machine learning boosting framework with probabilistic prediction capabilities | 1,654 |
ermongroup/bgm | Provides an implementation of boosted generative models using Python | 20 |
ankane/xgboost-ruby | High-performance machine learning library with a Ruby interface to XGBoost gradient boosting algorithm | 105 |
pengsun/aosologitboost | An implementation of a multi-class boosting algorithm with improved performance and speed | 7 |
ankane/lightgbm-ruby | A high-performance gradient boosting library for Ruby | 74 |
kingfengji/mgbdt | An implementation of a gradient boosting decision tree algorithm with target propagation capabilities | 102 |
younghjung/onlinemlrboostingwithvfdt | An implementation of online multi-label ranking boosting using VFDT as weak learners | 4 |
jordanash/boostresnet | An implementation of a deep neural network architecture using boosting theory to improve its performance | 5 |
charliermarsh/online_boosting | A suite of algorithms and weak learners for the online learning setting in machine learning | 63 |