AAAI 2021technical21 citations
Parameterized Complexity of Small Decision Tree Learning
Sebastian Ordyniak, Stefan Szeider
Abstract
We study the NP-hard problem of learning a decision tree (DT) of smallest depth or size from data. We provide the first parameterized complexity analysis of the problem and draw a detailed parameterized complexity map for the natural parameters: size or depth of the DT, maximum domain size of all features, and the maximum Hamming distance between any two examples. Our main result shows that learning DTs of smallest depth or size is fixed-parameter tractable (FPT) parameterized by the combination of all three of these parameters. We contrast this FPT-result by various hardness results that underline the algorithmic significance of the considered parameters.
BibTeX
@inproceedings{aaai2021_parameterizedcom,
title = {Parameterized Complexity of Small Decision Tree Learning},
author = {Sebastian Ordyniak and Stefan Szeider},
booktitle = {AAAI 2021},
year = {2021}
}