Tuning: Further Material
Further Material
- Bischl, Bernd, et al. “Hyperparameter optimization: Foundations, algorithms, best practices, and open challenges.” Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery (2021): e1484.
This paper goes beyond grid search and random search and reviews important automatic hyperparameter optimization (HPO) methods, provides practical recommendations for conducting HPO, and discusses HPO algorithms, performance evaluation, combination with machine learning pipelines, runtime improvements, and parallelization.
- mlr3 Practical Tuning Series:
These notebooks are a step-by-step hands-on tutorial on how to tune ML models with mlr3.