Crandore Hub

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.

Versions across snapshots

VersionRepositoryFileSize
0.1.0 rolling linux/jammy R-4.5 stackgbm_0.1.0.tar.gz 389.9 KiB
0.1.0 rolling linux/noble R-4.5 stackgbm_0.1.0.tar.gz 389.8 KiB
0.1.0 rolling source/ R- stackgbm_0.1.0.tar.gz 340.5 KiB
0.1.0 latest linux/jammy R-4.5 stackgbm_0.1.0.tar.gz 389.9 KiB
0.1.0 latest linux/noble R-4.5 stackgbm_0.1.0.tar.gz 389.8 KiB
0.1.0 latest source/ R- stackgbm_0.1.0.tar.gz 340.5 KiB
0.1.0 2026-04-26 source/ R- stackgbm_0.1.0.tar.gz 340.5 KiB
0.1.0 2026-04-23 source/ R- stackgbm_0.1.0.tar.gz 340.5 KiB
0.1.0 2026-04-09 windows/windows R-4.5 stackgbm_0.1.0.zip 391.2 KiB
0.1.0 2025-04-20 source/ R- stackgbm_0.1.0.tar.gz 340.5 KiB

Dependencies (latest)

Imports

Suggests