paper-with-me

Papers

Instance-Based Uncertainty Estimation for Gradient-Boosted Regression Trees

2022-05-23 · Jonathan Brophy, Daniel Lowd

Gradient-boosted regression trees (GBRTs) are hugely popular for solving tabular regression problems, but provide no estimate of uncertainty. We propose Instance-Based Uncertainty estimation for Gradient-boosted regression trees (IBUG), a simple method for extending any GBRT point predictor to produce probabilistic predictions. IBUG computes a non-parametric distribution around a prediction using the $k$-nearest training instances, where distance is measured with a tree-ensemble kernel. The runtime of IBUG depends on the number of training examples at each leaf in the ensemble, and can be improved by sampling trees or training instances. Empirically, we find that IBUG achieves similar or better performance than the previous state-of-the-art across 22 benchmark regression datasets. We also find that IBUG can achieve improved probabilistic performance by using different base GBRT models, and can more flexibly model the posterior distribution of a prediction than competing methods. We also find that previous methods suffer from poor probabilistic calibration on some datasets, which can be mitigated using a scalar factor tuned on the validation data. Source code is available at https://www.github.com/jjbrophy47/ibug.

📄 PDF Abstract BibTeX arXiv:2205.11412

Code (1)

jjbrophy47/ibug 공식 구현

Tasks

regressiontabular-regression

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Model Uncertainty based Active Learning on Tabular Data using Boosted Trees

2023-10-30 · Sharath M Shankaranarayana

Supervised machine learning relies on the availability of good labelled data for model training. Labelled data is acquired by human annotation, which is a cumbersome and costly process, often requiring subject matter exp…

Active Learning

Trajectory-Based Difficulty Scoring for Reliable Learning on Tabular Data

2026-05-23 · Tomer Lavi, Bracha Shapira, Nadav Rappoport arxiv

Gradient-boosted trees achieve strong performance on tabular data, yet often leave a long tail of poorly predicted instances. We introduce a Trajectory-based Difficulty Score (TDS), an instance-level difficulty estimator…

Active Learning

Boulevard: Regularized Stochastic Gradient Boosted Trees and Their Limiting Distribution

2018-06-26 · Yichen Zhou, Giles Hooker

This paper examines a novel gradient boosting framework for regression. We regularize gradient boosted trees by introducing subsampling and employ a modified shrinkage algorithm so that at every boosting stage the estima…

regression

SEMF: Supervised Expectation-Maximization Framework for Predicting Intervals

2024-05-28 · Ilia Azizi, Marc-Olivier Boldi, Valérie Chavez-Demoulin

This work introduces the Supervised Expectation-Maximization Framework (SEMF), a versatile and model-agnostic approach for generating prediction intervals with any ML model. SEMF extends the Expectation-Maximization algo…

PredictionPrediction Intervalsquantile regressionregression+1

Mixed-Integer Convex Nonlinear Optimization with Gradient-Boosted Trees Embedded

2018-03-02 · Miten Mistry, Dimitrios Letsios, Gerhard Krennrich, Robert M. Lee 외

Decision trees usefully represent sparse, high dimensional and noisy data. Having learned a function from this data, we may want to thereafter integrate the function into a larger decision-making problem, e.g., for picki…

Chemical ProcessDecision Making