paper-with-me

Papers

Universal guarantees for decision tree induction via a higher-order splitting criterion

2020-10-16 · NeurIPS 2020 12 · Guy Blanc, Neha Gupta, Jane Lange, Li-Yang Tan

We propose a simple extension of top-down decision tree learning heuristics such as ID3, C4.5, and CART. Our algorithm achieves provable guarantees for all target functions $f: \{-1,1\}^n \to \{-1,1\}$ with respect to the uniform distribution, circumventing impossibility results showing that existing heuristics fare poorly even for simple target functions. The crux of our extension is a new splitting criterion that takes into account the correlations between $f$ and small subsets of its attributes. The splitting criteria of existing heuristics (e.g. Gini impurity and information gain), in contrast, are based solely on the correlations between $f$ and its individual attributes. Our algorithm satisfies the following guarantee: for all target functions $f : \{-1,1\}^n \to \{-1,1\}$, sizes $s\in \mathbb{N}$, and error parameters $\epsilon$, it constructs a decision tree of size $s^{\tilde{O}((\log s)^2/\epsilon^2)}$ that achieves error $\le O(\mathsf{opt}_s) + \epsilon$, where $\mathsf{opt}_s$ denotes the error of the optimal size $s$ decision tree. A key technical notion that drives our analysis is the noise stability of $f$, a well-studied smoothness measure.

📄 PDF Abstract BibTeX arXiv:2010.08633

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GENESIM: genetic extraction of a single, interpretable model

2016-11-17 · Gilles Vandewiele, Olivier Janssens, Femke Ongenae, Filip De Turck 외

Models obtained by decision tree induction techniques excel in being interpretable.However, they can be prone to overfitting, which results in a low predictive performance. Ensemble techniques are able to achieve a highe…

Decision MakingInterpretable Machine Learningmodel

Provable guarantees for decision tree induction: the agnostic setting

2020-06-01 · ICML 2020 1 · Guy Blanc, Jane Lange, Li-Yang Tan

We give strengthened provable guarantees on the performance of widely employed and empirically successful {\sl top-down decision tree learning heuristics}. While prior works have focused on the realizable setting, we con…

A Universal Part-of-Speech Tagset

2011-04-11 · LREC 2012 5 · Slav Petrov, Dipanjan Das, Ryan Mcdonald

To facilitate future research in unsupervised induction of syntactic structure and to standardize best-practices, we propose a tagset that consists of twelve universal part-of-speech categories. In addition to the tagset…

Binary Partitions with Approximate Minimum Impurity

2018-07-01 · ICML 2018 7 · Eduardo Laber, Marco Molinaro, Felipe Mello Pereira

The problem of splitting attributes is one of the main steps in the construction of decision trees. In order to decide the best split, impurity measures such as Entropy and Gini are widely used. In practice, decisio…

Regularized impurity reduction: Accurate decision trees with complexity guarantees

2022-08-23 · Guangyi Zhang, Aristides Gionis

Decision trees are popular classification models, providing high accuracy and intuitive explanations. However, as the tree size grows the model interpretability deteriorates. Traditional tree-induction algorithms, such a…