GBDT
Gradient Boosting Algorithm
An implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data
Implementation of "Gradient Boosted Decision Trees for High Dimensional Sparse Output" in ICML 17
0 stars
3 watching
0 forks
last commit: almost 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of a gradient boosting decision tree model | 102 |
| An implementation of a gradient boosting algorithm with piece-wise linear regression trees for efficient machine learning model training | 151 |
| A Matlab implementation of a machine learning algorithm for collective classification tasks using gradient boosted decision trees. | 1 |
| A package implementing a lightweight gradient boosted decision tree algorithm | 68 |
| A Julia package implementing a distributed gradient boosting framework with efficient linear model solver and tree learning algorithms. | 288 |
| Code for analyzing early stopping in kernel boosting algorithms | 0 |
| A Python library implementing a machine learning boosting framework with probabilistic prediction capabilities | 1,663 |
| An implementation of online multi-label ranking boosting using VFDT as weak learners | 4 |
| A library implementing a learning algorithm for improving classification accuracy with incremental updates and ensemble methods using neural networks | 2 |
| An optimized distributed gradient boosting library for machine learning | 572 |
| A software package implementing an ensemble boosting method with gradient descent | 184 |
| An R package providing extensions to AdaBoost and gradient boosting machine algorithms for regression and other tasks. | 52 |
| An algorithm for fast feature selection using XGBoost and other tree-based classifiers | 219 |
| This repository implements methods to find influential training samples in Gradient Boosted Decision Trees ensembles | 67 |
| A Python library providing a lightweight framework for building decision trees with categorical feature support | 463 |