πŸ† Leaderboard Dashboard

Comprehensive benchmark of feature selection algorithms across diverse datasets.

Feature selection is a critical step in machine learning and data analysis, aimed at identifying the most relevant subset of features from a high-dimensional dataset. By eliminating irrelevant or redundant features, feature selection not only improves model interpretability but also enhances predictive performance and reduces computational cost.

This leaderboard presents a comprehensive comparison of various feature selection algorithms across multiple benchmark datasets. It includes several information-theoretic and mutual information-based methods, which quantify the statistical dependency between features and the target variable to rank feature relevance. Mutual information approaches are particularly effective in capturing both linear and non-linear relationships, making them suitable for complex datasets where classical correlation-based methods may fail.

The leaderboard is structured to reflect algorithm performance across different datasets, allowing for an objective assessment of each method’s ability to select informative features. For each method and dataset combination, metrics such as classification accuracy, F1-score, and area under the ROC curve (AUC) are reported, providing insights into how the selected features contribute to predictive modeling.

By examining this feature selection leaderboard, researchers and practitioners can gain a better understanding of which methods perform consistently well across diverse domains, helping to guide the choice of feature selection strategies in real-world applications. This serves as a valuable resource for both benchmarking and method development in the field of feature selection.

About This Dataset

Analyzing performance on Selected. Compare F1 scores, AUC stability, and computational efficiency to find the optimal method for your data.

πŸ“‹ Detailed Rankings

πŸ“Š Performance Comparison

πŸ“‰ Pareto Frontier (Trade-off)

X: Selected Features vs Y: F1 Score (Top-Left is better)

AutoFS Benchmark Platform © 2026