XGBoost: A Scalable Tree Boosting System, Tianqi Chen and Carlos Guestrin, 2016Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD '16) (Association for Computing Machinery (ACM))DOI: 10.1145/2939672.2939785 - 介绍XGBoost的开创性论文,详细阐述了其并行和分布式训练、缓存感知访问以及树提升算法。