summarize_tune_survdnn {survdnn} | R Documentation |
Summarize survdnn Tuning Results
Description
Aggregates cross-validation results from 'tune_survdnn(return = "all")' by configuration, metric, and optionally by time point.
Usage
summarize_tune_survdnn(tuning_results, by_time = TRUE)
Arguments
tuning_results |
The full tibble returned by 'tune_survdnn(..., return = "all")'. |
by_time |
Logical; whether to group and summarize separately by time points. |
Value
A summarized tibble with mean and standard deviation of performance metrics.
[Package survdnn version 0.6.0 Index]