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.5)stackgbm_0.1.0.zip(r-4.4)stackgbm_0.1.0.zip(r-4.3)
stackgbm_0.1.0.tgz(r-4.5-any)stackgbm_0.1.0.tgz(r-4.4-any)stackgbm_0.1.0.tgz(r-4.3-any)
stackgbm_0.1.0.tar.gz(r-4.5-noble)stackgbm_0.1.0.tar.gz(r-4.4-noble)
stackgbm_0.1.0.tgz(r-4.4-emscripten)stackgbm_0.1.0.tgz(r-4.3-emscripten)
stackgbm.pdf |stackgbm.html
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 site:https://nanx.me

On CRAN:

Conda:

automlcatboostdecision-treesensemble-learninggbdtgbmgradient-boostinglightgbmmachine-learningmodel-stackingxgboost

5.40 score 25 stars 3 scripts 546 downloads 14 exports 14 dependencies

Last updated 10 months agofrom:db33de5656. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 10 2025
R-4.5-winOKFeb 10 2025
R-4.5-macOKFeb 10 2025
R-4.5-linuxOKFeb 10 2025
R-4.4-winOKFeb 10 2025
R-4.4-macOKFeb 10 2025
R-4.3-winOKFeb 10 2025
R-4.3-macOKFeb 10 2025

Exports:catboost_load_poolcatboost_predictcatboost_traincv_catboostcv_lightgbmcv_param_gridcv_xgboostis_installed_catboostis_installed_lightgbmis_installed_xgboostlightgbm_trainstackgbmxgboost_dmatrixxgboost_train

Dependencies:clicrayongluehmslifecyclepkgconfigplyrprettyunitspROCprogressR6Rcpprlangvctrs

Model stacking for boosted trees

Rendered fromstackgbm.Rmdusingknitr::rmarkdownon Feb 10 2025.

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