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

On CRAN:

automlcatboostdecision-treesensemble-learninggbdtgbmgradient-boostinglightgbmmachine-learningmodel-stackingxgboost

14 exports 25 stars 2.34 score 14 dependencies 3 scripts 818 downloads

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

TargetResultDate
Doc / VignettesOKSep 13 2024
R-4.5-winOKSep 13 2024
R-4.5-linuxOKSep 13 2024
R-4.4-winOKSep 13 2024
R-4.4-macOKSep 13 2024
R-4.3-winOKSep 13 2024
R-4.3-macOKSep 13 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 Sep 13 2024.

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