PATH, an autoregressive tree-hierarchy model over discretized regression targets, achieves the shortest mean normalized prediction interval length on a 56-dataset benchmark while maintaining mean coverage above the 90% target.
Regression Trees for Fast and Adaptive Prediction Intervals
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Predictive models make mistakes. Hence, there is a need to quantify the uncertainty associated with their predictions. Conformal inference has emerged as a powerful tool to create statistically valid prediction regions around point predictions, but its naive application to regression problems yields non-adaptive regions. New conformal scores, often relying upon quantile regressors or conditional density estimators, aim to address this limitation. Although they are useful for creating prediction bands, these scores are detached from the original goal of quantifying the uncertainty around an arbitrary predictive model. This paper presents a new, model-agnostic family of methods to calibrate prediction intervals for regression problems with local coverage guarantees. Our approach is based on pursuing the coarsest partition of the feature space that approximates conditional coverage. We create this partition by training regression trees and Random Forests on conformity scores. Our proposal is versatile, as it applies to various conformity scores and prediction settings and demonstrates superior scalability and performance compared to established baselines in simulated and real-world datasets. We provide a Python package clover that implements our methods using the standard scikit-learn interface.
fields
cs.AI 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
PATH: Next-Interval Prediction via Autoregressive Tree Hierarchy on Tabular Data
PATH, an autoregressive tree-hierarchy model over discretized regression targets, achieves the shortest mean normalized prediction interval length on a 56-dataset benchmark while maintaining mean coverage above the 90% target.