stackgbm: Stacked Gradient Boosting Machines

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

AuthorNan Xiao [aut, cre, cph] (<https://orcid.org/0000-0002-0250-5673>)
MaintainerNan Xiao <me@nanx.me>
LicenseMIT + file LICENSE
Version0.1.0
URL https://nanx.me/stackgbm/ https://github.com/nanxstats/stackgbm
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("stackgbm")

Try the stackgbm package in your browser

Any scripts or data that you put into this service are public.

stackgbm documentation built on May 29, 2024, 3:55 a.m.