paper-with-me

Papers

Probabilistic Gradient Boosting Machines for Large-Scale Probabilistic Regression

2021-06-03 · Olivier Sprangers, Sebastian Schelter, Maarten de Rijke

Gradient Boosting Machines (GBM) are hugely popular for solving tabular data problems. However, practitioners are not only interested in point predictions, but also in probabilistic predictions in order to quantify the uncertainty of the predictions. Creating such probabilistic predictions is difficult with existing GBM-based solutions: they either require training multiple models or they become too computationally expensive to be useful for large-scale settings. We propose Probabilistic Gradient Boosting Machines (PGBM), a method to create probabilistic predictions with a single ensemble of decision trees in a computationally efficient manner. PGBM approximates the leaf weights in a decision tree as a random variable, and approximates the mean and variance of each sample in a dataset via stochastic tree ensemble update equations. These learned moments allow us to subsequently sample from a specified distribution after training. We empirically demonstrate the advantages of PGBM compared to existing state-of-the-art methods: (i) PGBM enables probabilistic estimates without compromising on point performance in a single model, (ii) PGBM learns probabilistic estimates via a single model only (and without requiring multi-parameter boosting), and thereby offers a speedup of up to several orders of magnitude over existing state-of-the-art methods on large datasets, and (iii) PGBM achieves accurate probabilistic estimates in tasks with complex differentiable loss functions, such as hierarchical time series problems, where we observed up to 10% improvement in point forecasting performance and up to 300% improvement in probabilistic forecasting performance.

📄 PDF Abstract BibTeX arXiv:2106.01682

Code (1)

elephaint/pgbm 공식 구현 pytorch

Tasks

regressionTime Series Analysis

Similar Papers 제목 키워드 기반

Distributional Gradient Boosting Machines

2022-04-02 · Alexander März, Thomas Kneib

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 likeliho…

Prediction Intervalsregression

NGBoost: Natural Gradient Boosting for Probabilistic Prediction

2019-10-08 · ICML 2020 1 · Tony Duan, Anand Avati, Daisy Yi Ding, Khanh K. Thai 외

We present Natural Gradient Boosting (NGBoost), an algorithm for generic probabilistic prediction via gradient boosting. Typical regression models return a point estimate, conditional on covariates, but probabilistic reg…

Predictionregressionscoring ruleWeather Forecasting

QOC: Quantum On-Chip Training with Parameter Shift and Gradient Pruning

2022-02-26 · Hanrui Wang, Zirui Li, Jiaqi Gu, Yongshan Ding 외

Parameterized Quantum Circuits (PQC) are drawing increasing research interest thanks to its potential to achieve quantum advantages on near-term Noisy Intermediate Scale Quantum (NISQ) hardware. In order to achieve scala…

image-classificationImage Classification

Multi-Target XGBoostLSS Regression

2022-10-13 · Alexander März

Current implementations of Gradient Boosting Machines are mostly designed for single-target regression tasks and commonly assume independence between responses when used in multivariate settings. As such, these models ar…

regression

Towards Efficient On-Chip Training of Quantum Neural Networks

2021-09-29 · Hanrui Wang, Zirui Li, Jiaqi Gu, Yongshan Ding 외

Quantum Neural Network (QNN) is drawing increasingly more research interest thanks to its potential to achieve quantum advantage on near-term Noisy Intermediate Scale Quantum (NISQ) hardware. In order to achieve scalable…

image-classificationImage Classification