XGBoost: A Scalable Tree Boosting System
About
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.
Tianqi Chen, Carlos Guestrin• 2016
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 (test) | Accuracy45 | 3381 | |
| Image Classification | MNIST (test) | Accuracy97.5 | 894 | |
| Image Classification | MNIST | Accuracy98.02 | 417 | |
| Image Classification | MNIST | Accuracy97.9 | 398 | |
| Image Classification | Office-Home (test) | Mean Accuracy46.8 | 328 | |
| Image Classification | Fashion MNIST | Accuracy90.1 | 240 | |
| Click-Through Rate Prediction | Avazu (test) | AUC0.7753 | 207 | |
| Domain Adaptation | Office-31 | Average Accuracy61.4 | 187 | |
| Time-series classification | SelfRegulationSCP2 | Accuracy48.9 | 148 | |
| CTR Prediction | Criteo (test) | AUC0.7862 | 147 |
Showing 10 of 1329 rows
...