LazyBum: Decision tree learning using lazy propositionalization
Jonas Schouterden, Jesse Davis, Hendrik Blockeel

TL;DR
LazyBum introduces a lazy propositionalization approach that interleaves feature construction with decision tree learning, improving efficiency while maintaining accuracy on relational data.
Contribution
It presents LazyBum, a novel system that dynamically guides propositionalization during decision tree learning, reducing computation time compared to existing methods.
Findings
Achieves comparable accuracy to existing propositionalization methods.
Reduces execution time on most datasets.
Effectively guides feature construction during learning.
Abstract
Propositionalization is the process of summarizing relational data into a tabular (attribute-value) format. The resulting table can next be used by any propositional learner. This approach makes it possible to apply a wide variety of learning methods to relational data. However, the transformation from relational to propositional format is generally not lossless: different relational structures may be mapped onto the same feature vector. At the same time, features may be introduced that are not needed for the learning task at hand. In general, it is hard to define a feature space that contains all and only those features that are needed for the learning task. This paper presents LazyBum, a system that can be considered a lazy version of the recently proposed OneBM method for propositionalization. LazyBum interleaves OneBM's feature construction method with a decision tree learner. This…
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.
