summarize_tune_survdnn | R Documentation |
Aggregates cross-validation results from 'tune_survdnn(return = "all")' by configuration, metric, and optionally by time point.
summarize_tune_survdnn(tuning_results, by_time = TRUE)
tuning_results |
The full tibble returned by 'tune_survdnn(..., return = "all")'. |
by_time |
Logical; whether to group and summarize separately by time points. |
A summarized tibble with mean and standard deviation of performance metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.