High-level API to train and evaluate multiple survival models in batch.
models_pro(
data,
model = "all_pro",
tune = FALSE,
seed = 123,
time_unit = "day",
years_to_evaluate = c(1, 3, 5)
)A list of model results.
Input data frame.
Character vector of model names or "all_pro".
Logical. Enable hyperparameter tuning?
Random seed.
Time unit of input.
Years for AUC calculation.