paper-with-me

Papers

Selecting Hyperparameters for Tree-Boosting

2026-02-05 · Floris Jan Koster, Fabio Sigrist arxiv

Tree-boosting is a widely used machine learning technique for tabular data. However, its out-of-sample accuracy is critically dependent on multiple hyperparameters. In this article, we empirically compare several popular methods for hyperparameter optimization for tree-boosting including random grid search, the tree-structured Parzen estimator (TPE), Gaussian-process-based Bayesian optimization (GP-BO), Hyperband, the sequential model-based algorithm configuration (SMAC) method, and deterministic full grid search using $59$ regression and binary classification data sets. We find that the SMAC method clearly outperforms all the other considered methods on average, and it gives stable performance across a diverse collection of tabular data sets under a fixed tuning budget, which is relevant for users who cannot afford extensive manual trial-and-error tuning. We further observe that (i) a relatively large number of trials larger than $100$ is typically required for accurate tuning, (ii) using default values for hyperparameters or a full search over a small grid often yields very inaccurate models, (iii) all considered hyperparameters can have a material effect on the accuracy of tree-boosting, i.e., there is no small set of hyperparameters that is more important than others, and (iv) choosing the number of boosting iterations using early stopping yields more accurate results compared to including it in the search space for regression tasks.

📄 PDF Abstract BibTeX arXiv:2602.05786

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

Generating Compact Tree Ensembles via Annealing

2017-09-16 · Gitesh Dawer, Yangzi Guo, Adrian Barbu

Tree ensembles are flexible predictive models that can capture relevant variables and to some extent their interactions in a compact and interpretable manner. Most algorithms for obtaining tree ensembles are based on ver…

FedGBF: An efficient vertical federated learning framework via gradient boosting and bagging

2022-04-03 · Yujin Han, Pan Du, Kai Yang

Federated learning, conducive to solving data privacy and security problems, has attracted increasing attention recently. However, the existing federated boosting model sequentially builds a decision tree model with the …

Federated LearningVertical Federated Learning

Gradient Boosting Neural Networks: GrowNet

2020-02-19 · Sarkhan Badirli, Xuanqing Liu, Zhengming Xing, Avradeep Bhowmik 외

A novel gradient boosting framework is proposed where shallow neural networks are employed as ``weak learners''. General loss functions are considered under this unified framework with specific examples presented for cla…

Learning-To-Rankregression

The Role of Hyperparameters in Predictive Multiplicity

2025-03-13 · Mustafa Cavus, Katarzyna Woźnica, Przemysław Biecek

This paper investigates the critical role of hyperparameters in predictive multiplicity, where different machine learning models trained on the same dataset yield divergent predictions for identical inputs. These inconsi…

FairnessHyperparameter OptimizationPrediction

Binary Classification: Is Boosting stronger than Bagging?

2024-10-24 · Dimitris Bertsimas, Vasiliki Stoumpou

Random Forests have been one of the most popular bagging methods in the past few decades, especially due to their success at handling tabular datasets. They have been extensively studied and compared to boosting models, …

Binary ClassificationClassification