paper-with-me

Papers

Benchmarking and Optimization of Gradient Boosting Decision Tree Algorithms

2018-09-12 · Andreea Anghel, Nikolaos Papandreou, Thomas Parnell, Alessandro De Palma, Haralampos Pozidis

Gradient boosting decision trees (GBDTs) have seen widespread adoption in academia, industry and competitive data science due to their state-of-the-art performance in many machine learning tasks. One relative downside to these models is the large number of hyper-parameters that they expose to the end-user. To maximize the predictive power of GBDT models, one must either manually tune the hyper-parameters, or utilize automated techniques such as those based on Bayesian optimization. Both of these approaches are time-consuming since they involve repeatably training the model for different sets of hyper-parameters. A number of software GBDT packages have started to offer GPU acceleration which can help to alleviate this problem. In this paper, we consider three such packages: XGBoost, LightGBM and Catboost. Firstly, we evaluate the performance of the GPU acceleration provided by these packages using large-scale datasets with varying shapes, sparsities and learning tasks. Then, we compare the packages in the context of hyper-parameter optimization, both in terms of how quickly each package converges to a good validation score, and in terms of generalization performance.

📄 PDF Abstract BibTeX arXiv:1809.04559

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationBenchmarkingGPU

Similar Papers 제목 키워드 기반

Accelerated Gradient Boosting

2018-03-06 · Gérard Biau, Benoît Cadre, Laurent Rouvìère

Gradient tree boosting is a prediction algorithm that sequentially produces a model in the form of linear combinations of decision trees, by solving an infinite-dimensional optimization problem. We combine gradient boost…

Benchmarking state-of-the-art gradient boosting algorithms for classification

2023-05-26 · Piotr Florek, Adam Zagdański

This work explores the use of gradient boosting in the context of classification. Four popular implementations, including original GBM algorithm and selected state-of-the-art gradient boosting frameworks (i.e. XGBoost, L…

Bayesian OptimizationBenchmarkingDiversityHyperparameter Optimization

AGBoost: Attention-based Modification of Gradient Boosting Machine

2022-07-12 · Andrei Konstantinov, Lev Utkin, Stanislav Kirpichenko

A new attention-based model for the gradient boosting machine (GBM) called AGBoost (the attention-based gradient boosting) is proposed for solving regression problems. The main idea behind the proposed AGBoost model is t…

regression

Gradient Regularized Newton Boosting Trees with Global Convergence

2026-05-01 · Nikita Zozoulenko, Daniel Falkowski, Thomas Cass, Lukas Gonon arxiv

Gradient Boosting Decision Trees (GBDTs) dominate tabular machine learning, with modern implementations like XGBoost, LightGBM, and CatBoost being based on Newton boosting: a second-order descent step in the space of dec…

Minimal Variance Sampling in Stochastic Gradient Boosting

2019-10-29 · NeurIPS 2019 12 · Bulat Ibragimov, Gleb Gusev

Stochastic Gradient Boosting (SGB) is a widely used approach to regularization of boosting models based on decision trees. It was shown that, in many cases, random sampling at each iteration can lead to better generaliza…