An open API service indexing awesome lists of open source software.

https://github.com/statmixedml/dgbm

Distributional Gradient Boosting Machines
https://github.com/statmixedml/dgbm

decision-trees distributional-regression gradient-boosting lightgbm machine-learning normalizing-flow probabilistic-modeling quantile-estimation uncertainty-quantification xgboost

Last synced: about 2 months ago
JSON representation

Distributional Gradient Boosting Machines

Awesome Lists containing this project

README

        

# DGBM: Distributional Gradient Boosting Machines
We present a unified probabilistic gradient boosting framework for regression tasks that models and predicts the entire conditional distribution of a univariate response variable as a function of covariates. Our likelihood-based approach allows us to either model all conditional moments of a parametric distribution, or to approximate the conditional cumulative distribution function via Normalizing Flows. As underlying computational backbones, our framework is based on XGBoost and LightGBM. Modelling and predicting the entire conditional distribution greatly enhances existing tree-based gradient boosting implementations, as it allows to create probabilistic forecasts from which prediction intervals and quantiles of interest can be derived.

## News
:construction: Repo is under construction

## Reference Paper
[![Arxiv link](https://img.shields.io/badge/arXiv-Distributional%20Gradient%20Boosting%20Machines-color=brightgreen)](https://arxiv.org/abs/2204.00778)