English

Learning to Tune XGBoost with XGBoost

Machine Learning 2019-11-22 v4 Machine Learning

Abstract

In this short paper we investigate whether meta-learning techniques can be used to more effectively tune the hyperparameters of machine learning models using successive halving (SH). We propose a novel variant of the SH algorithm (MeSH), that uses meta-regressors to determine which candidate configurations should be eliminated at each round. We apply MeSH to the problem of tuning the hyperparameters of a gradient-boosted decision tree model. By training and tuning our meta-regressors using existing tuning jobs from 95 datasets, we demonstrate that MeSH can often find a superior solution to both SH and random search.

Keywords

Cite

@article{arxiv.1909.07218,
  title  = {Learning to Tune XGBoost with XGBoost},
  author = {Johanna Sommer and Dimitrios Sarigiannis and Thomas Parnell},
  journal= {arXiv preprint arXiv:1909.07218},
  year   = {2019}
}

Comments

Accepted for presentation at The 3rd Workshop on Meta-Learning (Meta-Learn 2019), Vancouver, Canada

R2 v1 2026-06-23T11:16:41.260Z