paper-with-me

Papers

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 consider the more realistic and challenging {\sl agnostic} setting. We show that for all monotone functions~$f$ and parameters $s\in \mathbb{N}$, these heuristics construct a decision tree of size $s^{\tilde{O}((\log s)/\varepsilon^2)}$ that achieves error $\le \mathsf{opt}_s + \varepsilon$, where $\mathsf{opt}_s$ denotes the error of the optimal size-$s$ decision tree for $f$. Previously, such a guarantee was not known to be achievable by any algorithm, even one that is not based on top-down heuristics. We complement our algorithmic guarantee with a near-matching $s^{\tilde{\Omega}(\log s)}$ lower bound.

📄 PDF Abstract BibTeX arXiv:2006.00743

Code (0)

등록된 구현이 없습니다.

Similar 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 th…

Top-down induction of decision trees: rigorous guarantees and inherent limitations

2019-11-18 · Guy Blanc, Jane Lange, Li-Yang Tan

Consider the following heuristic for building a decision tree for a function $f : \{0,1\}^n \to \{\pm 1\}$. Place the most influential variable $x_i$ of $f$ at the root, and recurse on the subfunctions $f_{x_i=0}$ and $f…

Popular decision tree algorithms are provably noise tolerant

2022-06-17 · Guy Blanc, Jane Lange, Ali Malik, Li-Yang Tan

Using the framework of boosting, we prove that all impurity-based decision tree learning algorithms, including the classic ID3, C4.5, and CART, are highly noise tolerant. Our guarantees hold under the strongest noise mod…

Differentially-Private Decision Trees and Provable Robustness to Data Poisoning

2023-05-24 · Daniël Vos, Jelle Vos, Tianyu Li, Zekeriya Erkin 외

Decision trees are interpretable models that are well-suited to non-linear learning problems. Much work has been done on extending decision tree learning algorithms with differential privacy, a system that guarantees the…

Data Poisoning

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…