English

XGBoost: A Scalable Tree Boosting System

Machine Learning 2016-06-14 v3

Abstract

Tree boosting is a highly effective and widely used machine learning method. In this paper, we describe a scalable end-to-end tree boosting system called XGBoost, which is used widely by data scientists to achieve state-of-the-art results on many machine learning challenges. We propose a novel sparsity-aware algorithm for sparse data and weighted quantile sketch for approximate tree learning. More importantly, we provide insights on cache access patterns, data compression and sharding to build a scalable tree boosting system. By combining these insights, XGBoost scales beyond billions of examples using far fewer resources than existing systems.

Keywords

Cite

@article{arxiv.1603.02754,
  title  = {XGBoost: A Scalable Tree Boosting System},
  author = {Tianqi Chen and Carlos Guestrin},
  journal= {arXiv preprint arXiv:1603.02754},
  year   = {2016}
}

Comments

KDD'16 changed all figures to type1

R2 v1 2026-06-22T13:06:56.160Z