nanxstats/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.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.0
URL https://nanx.me/stackgbm/ https://github.com/nanxstats/stackgbm
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("nanxstats/stackgbm")
nanxstats/stackgbm documentation built on May 3, 2024, 5:47 p.m.