Package: stackgbm 0.1.0

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.

Authors:Nan Xiao [aut, cre, cph]

stackgbm_0.1.0.tar.gz
stackgbm_0.1.0.zip(r-4.7)stackgbm_0.1.0.zip(r-4.6)stackgbm_0.1.0.zip(r-4.5)
stackgbm_0.1.0.tgz(r-4.6-any)stackgbm_0.1.0.tgz(r-4.5-any)
stackgbm_0.1.0.tar.gz(r-4.7-any)stackgbm_0.1.0.tar.gz(r-4.6-any)
stackgbm_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
stackgbm/json (API)
NEWS

# Install 'stackgbm' in R:
install.packages('stackgbm', repos = c('https://nanxstats.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/nanxstats/stackgbm/issues

Pkgdown/docs site:https://nanx.me

On CRAN:

Conda:

automlcatboostdecision-treesensemble-learninggbdtgbmgradient-boostinglightgbmmachine-learningmodel-stackingxgboost

5.10 score 25 stars 3 scripts 598 downloads 14 exports 13 dependencies

Last updated from:db33de5656. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK129
source / vignettesOK196
linux-release-x86_64OK127
macos-release-arm64OK83
macos-oldrel-arm64OK69
windows-develOK88
windows-releaseOK103
windows-oldrelOK76
wasm-releaseOK101

Exports:catboost_load_poolcatboost_predictcatboost_traincv_catboostcv_lightgbmcv_param_gridcv_xgboostis_installed_catboostis_installed_lightgbmis_installed_xgboostlightgbm_trainstackgbmxgboost_dmatrixxgboost_train

Dependencies:clicrayongluehmslifecyclepkgconfigprettyunitspROCprogressR6Rcpprlangvctrs

Model stacking for boosted trees

Rendered fromstackgbm.Rmdusingknitr::rmarkdownon May 23 2026.

Last update: 2024-05-01
Started: 2020-06-16