Papers › PINE: Pruning Boosted Tree Ensembles with Conformal In-Distribution Prediction Equivalence

PINE: Pruning Boosted Tree Ensembles with Conformal In-Distribution Prediction Equivalence

27 May 2026ICMLarXiv:2605.28068added by Syntology

Haruki Yajima, Yusuke Matsui

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Tree ensembles are machine learning models with strong predictive performance and interpretability, and remain widely used for tabular data. Standard pruning methods for tree ensembles typically optimize an accuracy-compression trade-off and may change a subset of predictions, potentially compromising decision consistency. Faithful pruning methods address this issue by preserving prediction equivalence over the entire input space, but this requirement leads to lower compression ratios. We propose PINE, a pruning method that provides strong guarantees within an in-distribution region. PINE preserves prediction equivalence within this region and controls the region size using a single parameter α via conformal calibration. Experiments on 12 public tabular datasets show that PINE improves the compression ratio by up to 30% while preserving predictions at a comparable level to existing faithful pruning methods.

PaperPDFCode 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="2605.28068")

Code

Syntology Ran 19 of 20 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 16 ran with no contract checked.

By repository: found in paper text by Syntology: 20 samples from 2 repositories, 19 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sbuschjaeger/PyPruning found in paper text by Syntology report
mazumder-lab/ForestPrune found in paper text by Syntology report

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

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

1ran · our draft was wrong
2ran · fixture could not drive it
16ran
1unverified

Licence: 0 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

agglomerative sbuschjaeger/PyPruning/PyPruning/ClusterPruningClassifier.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 49d91813a36e50fc · report
avg_path_len_regularizer sbuschjaeger/PyPruning/PyPruning/ProxPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · 293a20e9664c873c · report
centroid_selector sbuschjaeger/PyPruning/PyPruning/ClusterPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · 73d7d0974f761271 · report
combined sbuschjaeger/PyPruning/PyPruning/MIQPPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · 158dd95388c39f7c · report
combined_error sbuschjaeger/PyPruning/PyPruning/MIQPPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · c91bb2cdbf547c37 · report
complementariness sbuschjaeger/PyPruning/PyPruning/GreedyPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · fbba0ad234a0641b · report
converge_test mazumder-lab/ForestPrune/code/ForestPrune.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 7ecd0604b4d5e6a7 · report
eval_obj mazumder-lab/ForestPrune/code/ForestPrune.py found in paper text by Syntology ran MIT (permissive) · 489bce2e5ea9c859 · report
evaluate_candidates mazumder-lab/ForestPrune/code/ForestPrune.py found in paper text by Syntology ran MIT (permissive) · cfa03aa05bb54fd6 · report
individual_contribution sbuschjaeger/PyPruning/PyPruning/RankPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · c9719411110ef7bd · report
individual_error sbuschjaeger/PyPruning/PyPruning/RankPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · 3ff27b63774f30c4 · report
individual_margin_diversity sbuschjaeger/PyPruning/PyPruning/RankPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · 2fc44664a5e0cd59 · report
kmeans sbuschjaeger/PyPruning/PyPruning/ClusterPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · d0cc5e799e877245 · report
neg_auc sbuschjaeger/PyPruning/PyPruning/GreedyPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · f5a275d965e3fc5d · report
node_regularizer sbuschjaeger/PyPruning/PyPruning/ProxPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · e8d4fc73133e000e · report
precompute_predictions mazumder-lab/ForestPrune/code/ForestPrune.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 1cb5f080c0095329 · report
reduced_error sbuschjaeger/PyPruning/PyPruning/GreedyPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · 45e1e406f2c60ddf · report
solve_weighted mazumder-lab/ForestPrune/code/ForestPrune.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 23c4bb0f8d5ff1eb · report
to_prob_simplex sbuschjaeger/PyPruning/PyPruning/ProxPruningClassifier.py found in paper text by Syntology ran MIT (permissive) · bda31a34b0d8761f · report
create_pruner sbuschjaeger/PyPruning/PyPruning/Papers.py found in paper text by Syntology unverified MIT (permissive) · 65ba38df5792e260 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.28068, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

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