Gradient Boosting Decision Trees Algorithms (GBDT)

Author: Jiang Chen (criver@gmail.com)

GBDT is a high performance and full featured C++ implementation of Jerome H. Friedman's Gradient Boosting Decision Trees Algorithm and its modern offsprings,. It features high efficiency, low memory footprint, collections of loss functions and built-in mechanisms to handle categorical features and missing values.

When is GBDT good for you?

Installation (python2.7, linux x86_64 or osx x86_64):

Documentations