Fits a Random Survival Forest using the log-rank splitting rule.
Includes capabilities for hyperparameter tuning via grid search over ntree,
nodesize, and mtry.
rsf_pro(X, y_surv, tune = FALSE, tune_params = NULL)An object of class survival_rsf and pro_model.
A data frame of predictors.
A Surv object containing time and status.
Logical. If TRUE, performs grid search for optimal hyperparameters based on C-index.
Optional data frame containing the grid for tuning.