English

On Learning and Testing Decision Tree

Data Structures and Algorithms 2021-08-11 v1 Machine Learning

Abstract

In this paper, we study learning and testing decision tree of size and depth that are significantly smaller than the number of attributes nn. Our main result addresses the problem of poly(n,1/ϵ)(n,1/\epsilon) time algorithms with poly(s,1/ϵ)(s,1/\epsilon) query complexity (independent of nn) that distinguish between functions that are decision trees of size ss from functions that are ϵ\epsilon-far from any decision tree of size ϕ(s,1/ϵ)\phi(s,1/\epsilon), for some function ϕ>s\phi > s. The best known result is the recent one that follows from Blank, Lange and Tan,~\cite{BlancLT20}, that gives ϕ(s,1/ϵ)=2O((log3s)/ϵ3)\phi(s,1/\epsilon)=2^{O((\log^3s)/\epsilon^3)}. In this paper, we give a new algorithm that achieves ϕ(s,1/ϵ)=2O(log2(s/ϵ))\phi(s,1/\epsilon)=2^{O(\log^2 (s/\epsilon))}. Moreover, we study the testability of depth-dd decision tree and give a {\it distribution free} tester that distinguishes between depth-dd decision tree and functions that are ϵ\epsilon-far from depth-d2d^2 decision tree. In particular, for decision trees of size ss, the above result holds in the distribution-free model when the tree depth is O(log(s/ϵ))O(\log(s/\epsilon)). We also give other new results in learning and testing of size-ss decision trees and depth-dd decision trees that follow from results in the literature and some results we prove in this paper.

Keywords

Cite

@article{arxiv.2108.04587,
  title  = {On Learning and Testing Decision Tree},
  author = {Nader H. Bshouty and Catherine A. Haddad-Zaknoon},
  journal= {arXiv preprint arXiv:2108.04587},
  year   = {2021}
}
R2 v1 2026-06-24T04:59:05.110Z