Initialization of Feature Selection Search for Classification

Abstract

Selecting the best features in a dataset improves accuracy and efficiency of classifiers  in a learning process. Datasets generally have more features than necessary, some of  them being irrelevant or redundant to others. For this reason, numerous feature selection  methods have been developed, in which different evaluation functions and measures are  applied. This paper proposes the systematic application of individual feature evaluation  methods to initialize search-based feature subset selection methods. An exhaustive review  of the starting methods used by genetic algorithms from 2014 to 2020 has been carried out.  Subsequently, an in-depth empirical study has been carried out evaluating the proposal for  different search-based feature selection methods (Sequential forward and backward selection,  Las Vegas filter and wrapper, Simulated Annealing and Genetic Algorithms). Since  the computation time is reduced and the classification accuracy with the selected features  is improved, the initialization of feature selection proposed in this work is proved to be  worth considering while designing any feature selection algorithms.

Cite

Text

Luque-Rodriguez et al. "Initialization of Feature Selection Search for Classification." Journal of Artificial Intelligence Research, 2022. doi:10.1613/JAIR.1.14015

Markdown

[Luque-Rodriguez et al. "Initialization of Feature Selection Search for Classification." Journal of Artificial Intelligence Research, 2022.](https://mlanthology.org/jair/2022/luquerodriguez2022jair-initialization/) doi:10.1613/JAIR.1.14015

BibTeX

@article{luquerodriguez2022jair-initialization,
  title     = {{Initialization of Feature Selection Search for Classification}},
  author    = {Luque-Rodriguez, María and Molina-Baena, José and Jiménez-Vílchez, Alfonso and Arauzo-Azofra, Antonio},
  journal   = {Journal of Artificial Intelligence Research},
  year      = {2022},
  pages     = {953-983},
  doi       = {10.1613/JAIR.1.14015},
  volume    = {75},
  url       = {https://mlanthology.org/jair/2022/luquerodriguez2022jair-initialization/}
}