Search papers, labs, and topics across Lattice.
This paper introduces FSEVAL, a Python toolbox and dashboard designed for standardized and comprehensive evaluation of feature selection algorithms in both supervised and unsupervised settings. FSEVAL provides a unified interface for applying and evaluating various feature selection methods using diverse metrics. The toolbox aims to streamline the evaluation process, enabling researchers to easily compare and analyze the performance of different feature selection techniques.
Stop reinventing the wheel: FSEVAL provides a standardized toolbox and dashboard to streamline the evaluation of feature selection algorithms, saving researchers time and promoting rigorous comparisons.
Feature selection is a fundamental machine learning and data mining task, involved with discriminating redundant features from informative ones. It is an attempt to address the curse of dimensionality by removing the redundant features, while unlike dimensionality reduction methods, preserving explainability. Feature selection is conducted in both supervised and unsupervised settings, with different evaluation metrics employed to determine which feature selection algorithm is the best. In this paper, we propose FSEVAL, a feature selection evaluation toolbox accompanied with a visualization dashboard, with the goal to make it easy to comprehensively evaluate feature selection algorithms. FSEVAL aims to provide a standardized, unified, evaluation and visualization toolbox to help the researchers working in the field, conduct extensive and comprehensive evaluation of feature selection algorithms with ease.