Fits a stochastic gradient boosting model using the Cox Partial Likelihood distribution. Supports random search for hyperparameter optimization.
gbm_pro(X, y_surv, tune = FALSE, cv.folds = 5, max_tune_iter = 10)An object of class survival_gbm and pro_model.
A data frame of predictors.
A Surv object.
Logical. If TRUE, performs random search.
Integer. Number of cross-validation folds.
Integer. Maximum iterations for random search.