Multi-Objective Hyperparameter Tuning and Feature Selection using Filter Ensembles
Martin Binder, Julia Moosbauer, Janek Thomas, Bernd Bischl

TL;DR
This paper introduces two approaches for simultaneous hyperparameter tuning and feature selection using filter ensembles, balancing model performance and sparsity through multi-objective optimization.
Contribution
It presents and compares a model-based optimization method and an NSGA-II evolutionary approach for joint hyperparameter tuning and feature selection, both leveraging filter ensembles.
Findings
Model-based optimization requires fewer evaluations.
NSGA-II approach has lower computational overhead.
Both methods effectively balance performance and sparsity.
Abstract
Both feature selection and hyperparameter tuning are key tasks in machine learning. Hyperparameter tuning is often useful to increase model performance, while feature selection is undertaken to attain sparse models. Sparsity may yield better model interpretability and lower cost of data acquisition, data handling and model inference. While sparsity may have a beneficial or detrimental effect on predictive performance, a small drop in performance may be acceptable in return for a substantial gain in sparseness. We therefore treat feature selection as a multi-objective optimization task. We perform hyperparameter tuning and feature selection simultaneously because the choice of features of a model may influence what hyperparameters perform well. We present, benchmark, and compare two different approaches for multi-objective joint hyperparameter optimization and feature selection: The…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsFeature Selection · Interpretability
