The Influence of Dimensions on the Complexity of Computing Decision Trees
arXiv:2205.07756
Abstract
A decision tree recursively splits a feature space and then assigns class labels based on the resulting partition. Decision trees have been part of the basic machine-learning toolkit for decades. A large body of work treats heuristic algorithms to compute a decision tree from training data, usually aiming to minimize in particular the size of the resulting tree. In contrast, little is known about the complexity of the underlying computational problem of computing a minimum-size tree for the given training data. We study this problem with respect to the number of dimensions of the feature space. We show that it can be solved in time, but under reasonable complexity-theoretic assumptions it is not possible to achieve running time, where is the number of training examples. The problem is solvable in time, if there are exactly two classes and is an upper bound on the number of tree leaves labeled with the first~class.
13 pages, 8 figures