Accelerate Tree Ensemble Learning Based on Adaptive Sampling.

Yu Zhou,Hui Li,Mei Chen,Zhenyu Dai,Ming Zhu
DOI: https://doi.org/10.3233/jcm-193912
2019-01-01
Journal of Computational Methods in Sciences and Engineering
Abstract:Gradient Boosting Decision Tree (GBDT) has been used extensively in machine learning applications due to its superiority in efficiency, accuracy and interpretability. Although there are already excellent and popular open source imple-mentations such as XGBoost and LightGBM, etc., however, large data size tend to make scalable and efficient learning to be very difficult. Since sampling is an efficient technique for alleviate massive data analysis performance issues, we exploit sam-pling techniques to address this problem. In this paper, we propose the AdaGBDT approach which apply an adaptive sampling method based on Massart's Inequality to build GBDT model and draws samples in an on-line manner without manually speci-fying sample size. AdaGBDT is implemented by integrating the adaptive sampling method into LightGBM. The experimental results showed that, AdaGBDT not only keeps a small sample size and has a better training performance than LightGBM, but also subject to the constraint of estimation accuracy and confidence.
What problem does this paper attempt to address?