paper-with-me

Papers

Tree-Values: selective inference for regression trees

2021-06-15 · Anna C. Neufeld, Lucy L. Gao, Daniela M. Witten

We consider conducting inference on the output of the Classification and Regression Tree (CART) [Breiman et al., 1984] algorithm. A naive approach to inference that does not account for the fact that the tree was estimated from the data will not achieve standard guarantees, such as Type 1 error rate control and nominal coverage. Thus, we propose a selective inference framework for conducting inference on a fitted CART tree. In a nutshell, we condition on the fact that the tree was estimated from the data. We propose a test for the difference in the mean response between a pair of terminal nodes that controls the selective Type 1 error rate, and a confidence interval for the mean response within a single terminal node that attains the nominal selective coverage. Efficient algorithms for computing the necessary conditioning sets are provided. We apply these methods in simulation and to a dataset involving the association between portion control interventions and caloric intake.

📄 PDF Abstract BibTeX arXiv:2106.07816

Code (1)

anna-neufeld/treevalues 공식 구현

Tasks

regression

Similar Papers 제목 키워드 기반

Selective Cascade of Residual ExtraTrees

2020-09-29 · Qimin Liu, Fang Liu

We propose a novel tree-based ensemble method named Selective Cascade of Residual ExtraTrees (SCORE). SCORE draws inspiration from representation learning, incorporates regularized regression with variable selection feat…

PredictionregressionRepresentation LearningVariable Selection

Handling Missing Data in Probabilistic Regression Trees

2026-08-06 · Taiane Schaedler Prass, Alisson Silva Neimaier, Guilherme Pumi arxiv

Probabilistic Regression Trees (PRTrees) are a smooth and consistent alternative to classical regression trees, producing continuous predictions through probabilistic split assignments. This paper extends the PRTree fram…

Trees-Based Models for Correlated Data

2021-02-16 · Assaf Rabinowicz, Saharon Rosset

This paper presents a new approach for trees-based regression, such as simple regression tree, random forest and gradient boosting, in settings involving correlated data. We show the problems that arise when implementing…

regression

On the Pointwise Behavior of Recursive Partitioning and Its Implications for Heterogeneous Causal Effect Estimation

2022-11-19 · Matias D. Cattaneo, Jason M. Klusowski, Peter M. Tian

Decision tree learning is increasingly being used for pointwise inference. Important applications include causal heterogenous treatment effects and dynamic policy decisions, as well as conditional quantile regression and…

feature selectionquantile regressionregression

Comparison of decision trees with Local Interpretable Model-Agnostic Explanations (LIME) technique and multi-linear regression for explaining support vector regression model in terms of root mean square error (RMSE) values

2024-04-10 · Amit Thombre

In this work the decision trees are used for explanation of support vector regression model. The decision trees act as a global technique as well as a local technique. They are compared against the popular technique of L…

regression