TL;DR
This paper introduces Probabilistic Gradient Boosting Machines (PGBM), a computationally efficient method for generating probabilistic predictions with a single ensemble, improving uncertainty quantification in large-scale regression tasks.
Contribution
PGBM is a novel approach that approximates leaf weights as random variables, enabling probabilistic predictions from a single model without high computational costs.
Findings
PGBM provides accurate probabilistic estimates without sacrificing point prediction quality.
PGBM offers up to several orders of magnitude speedup over existing methods on large datasets.
PGBM improves probabilistic forecasting by up to 300% in complex tasks like hierarchical time series.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
