gbm.satpred | R Documentation |
Implemented packages
gbm.satpred(
formula = NULL,
train_df = NULL,
test_df = NULL,
distribution = "coxph",
param_grid = NULL,
n.trees = 1000,
interaction.depth = 1,
n.minobsinnode = 10,
shrinkage = 0.1,
finalmod = FALSE,
error.method = c("auto", "OOB", "cv", "test"),
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.