paper-with-me

홈 › Papers

A Feature Subset Selection Algorithm Automatic Recommendation Method

2014-02-04 · Guangtao Wang, Qinbao Song, Heli Sun, Xueying Zhang, Baowen Xu, Yuming Zhou

Many feature subset selection (FSS) algorithms have been proposed, but not all of them are appropriate for a given feature selection problem. At the same time, so far there is rarely a good way to choose appropriate FSS algorithms for the problem at hand. Thus, FSS algorithm automatic recommendation is very important and practically useful. In this paper, a meta learning based FSS algorithm automatic recommendation method is presented. The proposed method first identifies the data sets that are most similar to the one at hand by the k-nearest neighbor classification algorithm, and the distances among these data sets are calculated based on the commonly-used data set characteristics. Then, it ranks all the candidate FSS algorithms according to their performance on these similar data sets, and chooses the algorithms with best performance as the appropriate ones. The performance of the candidate FSS algorithms is evaluated by a multi-criteria metric that takes into account not only the classification accuracy over the selected features, but also the runtime of feature selection and the number of selected features. The proposed recommendation method is extensively tested on 115 real world data sets with 22 well-known and frequently-used different FSS algorithms for five representative classifiers. The results show the effectiveness of our proposed FSS algorithm recommendation method.

📄 PDF Abstract BibTeX arXiv:1402.0570

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionGeneral ClassificationMeta-Learning

Similar Papers 제목 키워드 기반

Integration of graph clustering with ant colony optimization for feature selection

2015-09-04 · Parham Moradi, Mehrdad Rostami

Feature selection is an important preprocessing step in machine learning and pattern recognition. The ultimate goal of feature selection is to select a feature subset from the original feature set to increase the perfo…

ClusteringCommunity Detectionfeature selectionGeneral Classification+1

Neuro-Symbolic Embedding for Short and Effective Feature Selection via Autoregressive Generation

2024-04-26 · Nanxu Gong, Wangyang Ying, Dongjie Wang, Yanjie Fu

Feature selection aims to identify the optimal feature subset for enhancing downstream models. Effective feature selection can remove redundant features, save computational resources, accelerate the model learning proces…

feature selection

Lasso based feature selection for malaria risk exposure prediction

2015-11-04 · Bienvenue Kouwayè, Noël Fonton, Fabrice Rossi

In life sciences, the experts generally use empirical knowledge to recode variables, choose interactions and perform selection by classical approach. The aim of this work is to perform automatic learning algorithm for va…

feature selectionMalaria Risk Exposure PredictionPrediction

Maximum Impact with Fewer Features: Efficient Feature Selection for Cold-Start Recommenders through Collaborative Importance Weighting

2025-08-08 · Nikita Sukhorukov, Danil Gusak, Evgeny Frolov arxiv

Cold-start challenges in recommender systems necessitate leveraging auxiliary features beyond user-item interactions. However, the presence of irrelevant or noisy features can degrade predictive performance, whereas an e…

Computational Efficiency

AutoSpearman: Automatically Mitigating Correlated Metrics for Interpreting Defect Models

2018-06-26 · Jirayus Jiarpakdee, Chakkrit Tantithamthavorn, Christoph Treude

The interpretation of defect models heavily relies on software metrics that are used to construct them. However, such software metrics are often correlated to defect models. Prior work often uses feature selection techni…

feature selection