gbrt topic

List gbrt repositories

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

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

fast_retraining

55
Stars
13
Forks
Watchers

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

JLBoost.jl

68
Stars
6
Forks
Watchers

A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms

RobustTrees

66
Stars
11
Forks
Watchers

[ICML 2019, 20 min long talk] Robust Decision Trees Against Adversarial Examples

autolgbm

31
Stars
5
Forks
Watchers

LightGBM + Optuna: Auto train LightGBM directly from CSV files, Auto tune them using Optuna, Auto serve best model using FastAPI. Inspired by Abhishek Thakur's AutoXGB.

mlflow-example

25
Stars
17
Forks
Watchers

This repository provides an example of dataset preprocessing, GBRT (Gradient Boosted Regression Tree) model training and evaluation, model tuning and finally model serving (REST API) in a containerize...