xgboost
swMATH15875CRANxgboostMaRDI QIDQ27747
Extreme Gradient Boosting
Tong He, Tianyi Zhou, Mu Li, Yuan Tang, Yutian Li, Min Lin, Ignacio Cano, Rory Mitchell, Junyuan Xie, Vadim Khotilovich, Tianqi Chen, Yifeng Geng, Hyunsu Cho, Kailong Chen, Jiaming Yuan, Michael Benesty
Last update: 25 January 2024
Copyright license: Apache License, File License
Software version identifier: 1.7.5.1, 0.3-0, 0.3-1, 0.3-2, 0.3-3, 0.4-1, 0.4-2, 0.4-3, 0.4-4, 0.6-0, 0.6-2, 0.6-3, 0.6-4, 0.6.4.1, 0.71.1, 0.71.2, 0.81.0.1, 0.82.1, 0.90.0.1, 0.90.0.2, 1.0.0.1, 1.0.0.2, 1.1.1.1, 1.2.0.1, 1.3.1.1, 1.3.2.1, 1.4.1.1, 1.5.0.1, 1.5.0.2, 1.5.2.1, 1.6.0.1, 1.7.3.1, 1.7.6.1, 1.7.7.1
Source code repository: https://github.com/cran/xgboost
Extreme Gradient Boosting, which is an efficient implementation of the gradient boosting framework from Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>. This package is its R interface. The package includes efficient linear model solver and tree learning algorithms. The package can automatically do parallel computation on a single machine which could be more than 10 times faster than existing gradient boosting packages. It supports various objective functions, including regression, classification and ranking. The package is made to be extensible, so that users are also allowed to define their own objectives easily.
Related Items (76)
This page was built for software: xgboost