SOTAVerified

fseval: A Benchmarking Framework for Feature Selection and Feature Ranking Algorithms

2022-11-23Journal of Open Source Software 2022Code Available1· sign in to hype

Jeroen G. S. Overschie, Ahmad Alsahaf, George Azzopardi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The fseval Python package allows benchmarking Feature Selection and Feature Ranking algorithms on a large scale, and facilitates the comparison of multiple algorithms in a systematic way. In particular, fseval enables users to run experiments in parallel and distributed over multiple machines, and export the results to an SQL database. The execution of an experiment can be fully determined by a configuration file, which means the experiment results can be reproduced easily, given only the configuration file. fseval has high test coverage, continuous integration, and rich documentation. The package is open source and can be installed through PyPI. The source code is available at: https://github.com/dunnkers/fseval.

Tasks

Reproductions