Batched Lazy Decision Trees
Mathieu Guillame-Bert, Artur Dubrawski

TL;DR
This paper presents a batched lazy decision tree algorithm that improves prediction efficiency by reducing unnecessary node visits, outperforming traditional methods in speed and memory use without sacrificing accuracy.
Contribution
The paper introduces a novel batched lazy algorithm for decision trees that enhances prediction efficiency and resource usage over existing methods.
Findings
Outperforms conventional decision trees in computation time.
Uses less memory than traditional lazy decision trees.
Maintains accuracy comparable to existing algorithms.
Abstract
We introduce a batched lazy algorithm for supervised classification using decision trees. It avoids unnecessary visits to irrelevant nodes when it is used to make predictions with either eagerly or lazily trained decision trees. A set of experiments demonstrate that the proposed algorithm can outperform both the conventional and lazy decision tree algorithms in terms of computation time as well as memory consumption, without compromising accuracy.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Data Mining Algorithms and Applications · Imbalanced Data Classification Techniques
