paper-with-me

Papers

Analyzing CART

2019-06-24 · Jason M. Klusowski

Decision trees with binary splits are popularly constructed using Classification and Regression Trees (CART) methodology. For binary classification and regression models, this approach recursively divides the data into two near-homogenous daughter nodes according to a split point that maximizes the reduction in sum of squares error (the impurity) along a particular variable. This paper aims to study the bias and adaptive properties of regression trees constructed with CART. In doing so, we derive an interesting connection between the bias and the mean decrease in impurity (MDI) measure of variable importance---a tool widely used for model interpretability---defined as the sum of impurity reductions over all non-terminal nodes in the tree. In particular, we show that the probability content of a terminal subnode for a variable is small when the MDI for that variable is large and that this relationship is exponential---confirming theoretically that decision trees with CART have small bias and are adaptive to signal strength and direction. Finally, we apply these individual tree bounds to tree ensembles and show consistency of Breiman's random forests. The context is surprisingly general and applies to a wide variety of multivariable data generating distributions and regression functions. The main technical tool is an exact characterization of the conditional probability content of the daughter nodes arising from an optimal split, in terms of the partial dependence function and reduction in impurity.

📄 PDF Abstract BibTeX arXiv:1906.10086

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classificationregression

Similar Papers 제목 키워드 기반

Graph-Valued Regression

2010-12-01 · NeurIPS 2010 12 · Han Liu, Xi Chen, Larry Wasserman, John D. Lafferty

Undirected graphical models encode in a graph $G$ the dependency structure of a random vector $Y$. In many applications, it is of interest to model $Y$ given another random vector $X$ as input. We refer to the problem of…

regression

Multi-Channel Volumetric Neural Network for Knee Cartilage Segmentation in Cone-beam CT

2019-12-03 · Jennifer Maier, Luis Carlos Rivera Monroy, Christopher Syben, Yejin Jeon 외

Analyzing knee cartilage thickness and strain under load can help to further the understanding of the effects of diseases like Osteoarthritis. A precise segmentation of the cartilage is a necessary prerequisite for this …

Segmentation

Path-integral solution of MacArthur's resource-competition model for large ecosystems with random species-resources couplings

2021-10-18 · A. R. Batista-Tomas, Andrea De Martino, Roberto Mulet

We solve MacArthur's resource-competition model with random species-resource couplings in the `thermodynamic' limit of infinitely many species and resources using dynamical path-integrals a la De Domincis. We analyze how…

When is dataset cartography ineffective? Using training dynamics does not improve robustness against Adversarial SQuAD

2025-03-24 · Paul K. Mandal

In this paper, I investigate the effectiveness of dataset cartography for extractive question answering on the SQuAD dataset. I begin by analyzing annotation artifacts in SQuAD and evaluate the impact of two adversarial …

Adversarial RobustnessExtractive Question-AnsweringQuestion Answering

Cartography Active Learning

2021-09-09 · Findings (EMNLP) 2021 11 · Mike Zhang, Barbara Plank

We propose Cartography Active Learning (CAL), a novel Active Learning (AL) algorithm that exploits the behavior of the model on individual instances during training as a proxy to find the most informative instances for l…

Active Learningtext-classificationText Classification