paper-with-me

홈 › Papers

LazyBum: Decision tree learning using lazy propositionalization

2019-09-11 · Jonas Schouterden, Jesse Davis, Hendrik Blockeel

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 learner both uses and guides the propositionalization process. It indicates when and where to look for new features. This approach is similar to what has elsewhere been called dynamic propositionalization. In an experimental comparison with the original OneBM and with two other recently proposed propositionalization methods (nFOIL and MODL, which respectively perform dynamic and static propositionalization), LazyBum achieves a comparable accuracy with a lower execution time on most of the datasets.

📄 PDF Abstract BibTeX arXiv:1909.05044

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Similar Papers 제목 키워드 기반

Batched Lazy Decision Trees

2016-03-08 · Mathieu Guillame-Bert, Artur Dubrawski

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 decisio…

General Classification

A Surprisingly Simple Continuous-Action POMDP Solver: Lazy Cross-Entropy Search Over Policy Trees

2023-05-14 · Marcus Hoerger, Hanna Kurniawati, Dirk Kroese, Nan Ye

The Partially Observable Markov Decision Process (POMDP) provides a principled framework for decision making in stochastic partially observable environments. However, computing good solutions for problems with continuous…

Decision Making

Ensemble Relational Learning based on Selective Propositionalization

2013-11-15 · Nicola Di Mauro, Floriana Esposito

Dealing with structured data needs the use of expressive representation formalisms that, however, puts the problem to deal with the computational complexity of the machine learning process. Furthermore, real world domain…

Relational Reasoning

Lazy-CFR: fast and near-optimal regret minimization for extensive games with imperfect information

2020-05-01 · ICLR 2020 1 · Yichi Zhou, Tongzheng Ren, Jialian Li, Dong Yan 외

Counterfactual regret minimization (CFR) methods are effective for solving two-player zero-sum extensive games with imperfect information with state-of-the-art results. However, the vanilla CFR has to traverse the who…

counterfactual

Lazy-CFR: fast and near optimal regret minimization for extensive games with imperfect information

2018-10-10 · Yichi Zhou, Tongzheng Ren, Jialian Li, Dong Yan 외

Counterfactual regret minimization (CFR) is the most popular algorithm on solving two-player zero-sum extensive games with imperfect information and achieves state-of-the-art performance in practice. However, the perform…

counterfactual