summarize_tune_survdnn: Summarize survdnn Tuning Results

View source: R/tune_survdnn.R

summarize_tune_survdnnR 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.


survdnn documentation built on Aug. 8, 2025, 6:05 p.m.