On the utility of feature selection in building two-tier decision trees
Sergey A. Saltykov

TL;DR
This paper investigates how feature selection impacts two-tier decision trees, revealing that removing interfering features can significantly enhance performance, especially with limited domain knowledge, by up to 24 times.
Contribution
It demonstrates that eliminating interfering features can substantially improve two-tier decision tree performance, expanding feature selection methods for resource-rich scenarios.
Findings
Removing interfering features can improve performance by up to 24 times.
There is a negative correlation between initial performance and improvement after feature removal.
Performance gains are greater when less domain knowledge is learned.
Abstract
Nowadays, feature selection is frequently used in machine learning when there is a risk of performance degradation due to overfitting or when computational resources are limited. During the feature selection process, the subset of features that are most relevant and least redundant is chosen. In recent years, it has become clear that, in addition to relevance and redundancy, features' complementarity must be considered. Informally, if the features are weak predictors of the target variable separately and strong predictors when combined, then they are complementary. It is demonstrated in this paper that the synergistic effect of complementary features mutually amplifying each other in the construction of two-tier decision trees can be interfered with by another feature, resulting in a decrease in performance. It is demonstrated using cross-validation on both synthetic and real datasets,…
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
TopicsNeural Networks and Applications · Fuzzy Logic and Control Systems · Machine Learning and Data Classification
MethodsFeature Selection
