vix.ing · top · new · best · stats · spec

Open Problem: Properly learning decision trees in polynomial time?

2022/06/29 by Guy Blanc, Jane Lange, Blanc, Guy +5
Computer Science · #Machine Learning and Algorithms #Machine Learning and Data Classification #Imbalanced Data Classification Techniques

paper · pdf · doi:10.48550/arxiv.2206.14431

Abstract

The authors recently gave an nO(loglog n) time membership query algorithm for properly learning decision trees under the uniform distribution (Blanc et al., 2021). The previous fastest algorithm for this problem ran in nO(log n) time, a consequence of Ehrenfeucht and Haussler (1989)'s classic algorithm for the distribution-free setting. In this article we highlight the natural open problem of obtaining a polynomial-time algorithm, discuss possible avenues towards obtaining it, and state intermediate milestones that we believe are of independent interest.

Related