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.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'))

Peer review:

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

Pkgdown site:https://nanx.me

On CRAN:

automlcatboostdecision-treesensemble-learninggbdtgbmgradient-boostinglightgbmmachine-learningmodel-stackingxgboost

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

Last updated 9 months agofrom:db33de5656. Checks:7 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKDec 12 2024
R-4.5-winOKDec 12 2024
R-4.5-linuxOKDec 12 2024
R-4.4-winOKDec 12 2024
R-4.4-macOKDec 12 2024
R-4.3-winOKDec 12 2024
R-4.3-macOKDec 12 2024

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 Dec 12 2024.

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