References & Citations
Computer Science > Data Structures and Algorithms
Title: A Faster Drop-in Implementation for Leaf-wise Exact Greedy Induction of Decision Tree Using Pre-sorted Deque
(Submitted on 19 Dec 2017 (v1), last revised 20 Dec 2017 (this version, v2))
Abstract: This short article presents a new implementation for decision trees. By introducing pre-sorted deques, the leaf-wise greedy tree growing strategy no longer needs to re-sort data at each node, and takes O(kn) time and O(1) extra memory locating the best split and branching. The consistent, superior performance - plus its simplicity and guarantee in producing the same classification results as the standard decision trees - makes the new implementation a drop-in replacement for depth-wise tree induction with strong performance.
Submission history
From: Jianbo Ye [view email][v1] Tue, 19 Dec 2017 15:32:37 GMT (7kb)
[v2] Wed, 20 Dec 2017 19:43:53 GMT (7kb)
Link back to: arXiv, form interface, contact.