gradient-boosting topic
shap
A game theoretic approach to explain the output of any machine learning model.
ngboost
Natural Gradient Boosting for Probabilistic Prediction
GBDT_Simple_Tutorial
python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification are realized based on py...
yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
arboretum
Gradient Boosting powered by GPU(NVIDIA CUDA)
influence_boosting
Supporting code for the paper "Finding Influential Training Samples for Gradient Boosted Decision Trees"
Cryptocurrency_Investment_Analysis_and_Modeling
Machine learning regression algorithm on cryptocurrency stock price for the next 30 days.
tigerlily
TigerLily: Finding drug interactions in silico with the Graph.
decision-trees-for-ml
Building Decision Trees From Scratch In Python
LiteMORT
A memory efficient GBDT on adaptive distributions. Much faster than LightGBM with higher accuracy. Implicit merge operation.