Papers › Instance-Based Uncertainty Estimation for Gradient-Boosted Regression Trees

Instance-Based Uncertainty Estimation for Gradient-Boosted Regression Trees

23 May 2022arXiv:2205.11412archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2205.11412")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: official repository: 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jjbrophy47/ibug officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jjbrophy47/ibug. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_binary_targets jjbrophy47/ibug/ibug/parsers/util.py official repository unverified Apache-2.0 (permissive) · 4c2af6b7fc785759 · report
check_data jjbrophy47/ibug/ibug/parsers/util.py official repository unverified Apache-2.0 (permissive) · b89dbb1e39b71e15 · report
check_input_data jjbrophy47/ibug/ibug/parsers/util.py official repository unverified Apache-2.0 (permissive) · b42fccb2f0bb653a · report
parse_cb_ensemble jjbrophy47/ibug/ibug/parsers/parser_cb.py official repository unverified Apache-2.0 (permissive) · ce90b8c60c7c950c · report
parse_lgb_ensemble jjbrophy47/ibug/ibug/parsers/parser_lgb.py official repository unverified Apache-2.0 (permissive) · 41aa97c328eeebeb · report
parse_ngb_ensemble jjbrophy47/ibug/ibug/parsers/parser_ngb.py official repository unverified Apache-2.0 (permissive) · 9150724c4752d70b · report
parse_pgb_ensemble jjbrophy47/ibug/ibug/parsers/parser_pgb.py official repository unverified Apache-2.0 (permissive) · be4953d227fac813 · report
parse_pgb_tree jjbrophy47/ibug/ibug/parsers/parser_pgb.py official repository unverified Apache-2.0 (permissive) · c3a05a9ddb6590d6 · report
parse_skgbm_ensemble jjbrophy47/ibug/ibug/parsers/parser_sk.py official repository unverified Apache-2.0 (permissive) · 15a153fb11e837d9 · report
parse_skhgbm_ensemble jjbrophy47/ibug/ibug/parsers/parser_sk.py official repository unverified Apache-2.0 (permissive) · e498de9853428c67 · report
parse_skrf_ensemble jjbrophy47/ibug/ibug/parsers/parser_sk.py official repository unverified Apache-2.0 (permissive) · 30ecfbeec56d0757 · report
parse_xgb_ensemble jjbrophy47/ibug/ibug/parsers/parser_xgb.py official repository unverified Apache-2.0 (permissive) · 05794d520df7860d · report

Tasks

regressiontabular-regression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections