stackgbm-package {stackgbm} | R Documentation |
stackgbm: Stacked Gradient Boosting Machines
Description
A minimalist implementation of model stacking by Wolpert (1992) doi:10.1016/S0893-6080(05)80023-1 for boosted tree models. A classic, two-layer stacking model is implemented, where the first layer generates features using gradient boosting trees, and the second layer employs a logistic regression model that uses these features as inputs. Utilities for training the base models and parameters tuning are provided, allowing users to experiment with different ensemble configurations easily. It aims to provide a simple and efficient way to combine multiple gradient boosting models to improve predictive model performance and robustness.
Author(s)
Maintainer: Nan Xiao me@nanx.me (ORCID) [copyright holder]
See Also
Useful links:
Report bugs at https://github.com/nanxstats/stackgbm/issues