Fibonacci and k-Subsecting Recursive Feature Elimination
Dariusz Brzezinski

TL;DR
This paper introduces two new recursive feature elimination algorithms, Fibonacci- and k-Subsecting RFE, which efficiently select smaller feature subsets faster than standard RFE without sacrificing accuracy.
Contribution
The paper presents novel RFE-inspired algorithms that remove features in logarithmic steps, improving speed while maintaining predictive performance.
Findings
Fibonacci and k-Subsecting RFE are faster than standard RFE.
They select smaller feature subsets with comparable accuracy.
Effective on high-dimensional datasets and practical case studies.
Abstract
Feature selection is a data mining task with the potential of speeding up classification algorithms, enhancing model comprehensibility, and improving learning accuracy. However, finding a subset of features that is optimal in terms of predictive accuracy is usually computationally intractable. Out of several heuristic approaches to dealing with this problem, the Recursive Feature Elimination (RFE) algorithm has received considerable interest from data mining practitioners. In this paper, we propose two novel algorithms inspired by RFE, called Fibonacci- and k-Subsecting Recursive Feature Elimination, which remove features in logarithmic steps, probing the wrapped classifier more densely for the more promising feature subsets. The proposed algorithms are experimentally compared against RFE on 28 highly multidimensional datasets and evaluated in a practical case study involving 3D…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Bioinformatics · Gene expression and cancer classification · Algorithms and Data Compression
