Hyperparameter Optimization: Foundations, Algorithms, Best Practices and Open Challenges
Bernd Bischl, Martin Binder, Michel Lang, Tobias Pielok, Jakob, Richter, Stefan Coors, Janek Thomas, Theresa Ullmann, Marc Becker, Anne-Laure, Boulesteix, Difan Deng, Marius Lindauer

TL;DR
This paper reviews foundational concepts, algorithms, and best practices for hyperparameter optimization in machine learning, addressing challenges and providing practical guidance and resources.
Contribution
It offers a comprehensive overview of HPO methods, practical recommendations, and supplementary resources, advancing understanding and application of hyperparameter tuning techniques.
Findings
Comparison of HPO algorithms like grid, random, Bayesian, Hyperband
Practical guidelines for HPO implementation and integration
Availability of software packages and example notebooks
Abstract
Most machine learning algorithms are configured by one or several hyperparameters that must be carefully chosen and often considerably impact performance. To avoid a time consuming and unreproducible manual trial-and-error process to find well-performing hyperparameter configurations, various automatic hyperparameter optimization (HPO) methods, e.g., based on resampling error estimation for supervised machine learning, can be employed. After introducing HPO from a general perspective, this paper reviews important HPO methods such as grid or random search, evolutionary algorithms, Bayesian optimization, Hyperband and racing. It gives practical recommendations regarding important choices to be made when conducting HPO, including the HPO algorithms themselves, performance evaluation, how to combine HPO with ML pipelines, runtime improvements, and parallelization. This work is accompanied…
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
TopicsMachine Learning and Data Classification · Advanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research
MethodsHyper-parameter optimization
