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.
Package details |
|
---|---|
Author | Nan Xiao [aut, cre, cph] (<https://orcid.org/0000-0002-0250-5673>) |
Maintainer | Nan Xiao <me@nanx.me> |
License | MIT + file LICENSE |
Version | 0.1.0 |
URL | https://nanx.me/stackgbm/ https://github.com/nanxstats/stackgbm |
Package repository | View on CRAN |
Installation |
Install the latest version of this package by entering the following in R:
|
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.