gradient-boosting topic

List gradient-boosting repositories

shap

21.8k
Stars
3.2k
Forks
Watchers

A game theoretic approach to explain the output of any machine learning model.

ngboost

1.6k
Stars
215
Forks
Watchers

Natural Gradient Boosting for Probabilistic Prediction

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

yggdrasil-decision-forests

437
Stars
47
Forks
Watchers

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.

arboretum

64
Stars
14
Forks
Watchers

Gradient Boosting powered by GPU(NVIDIA CUDA)

influence_boosting

66
Stars
18
Forks
Watchers

Supporting code for the paper "Finding Influential Training Samples for Gradient Boosted Decision Trees"

Machine learning regression algorithm on cryptocurrency stock price for the next 30 days.

tigerlily

97
Stars
9
Forks
Watchers

TigerLily: Finding drug interactions in silico with the Graph.

decision-trees-for-ml

62
Stars
51
Forks
Watchers

Building Decision Trees From Scratch In Python

LiteMORT

56
Stars
9
Forks
Watchers

A memory efficient GBDT on adaptive distributions. Much faster than LightGBM with higher accuracy. Implicit merge operation.