This repository contains the official code of the paper NRGBoost: Energy-Based Generative Boosted Trees (ICLR 2025).
Online Multi-Class LPBoost
code for Variational Boosting: Iteratively Refining Posterior Approximations
This is the implementation for the paper Gradient Boosting with Piece-Wise Linear Regression Trees. We extend gradient boosting to use piecewise linear regression trees (PL Trees), instead of piecewise constant regression trees. PL Trees can accelerate convergence of GBDT. Moreover, our new…
Principalele funcționalități ale gbdt-pl/gbdt-pl sunt: Gradient Boosting Research.
Alternativele open-source pentru gbdt-pl/gbdt-pl includ: ajoo/nrgboost — This repository contains the official code of the paper NRGBoost: Energy-Based Generative Boosted Trees (ICLR 2025). amirsaffari/online-multiclass-lpboost — Online Multi-Class LPBoost. andymiller/vboost — code for Variational Boosting: Iteratively Refining Posterior Approximations. anitan0925/resfgb — Remark: The code is updated from the ICML version. The ICML version corresponds to a commit on May 25, 2018. arogozhnikov/infiniteboost — Code for a paper InfiniteBoost: building infinite ensembles with gradient descent (arXiv:1706.01109). A. Rogozhnikov,… aciditeam/acidano.