| plot_loss | R Documentation |
Visualize the evolution of the training loss across epochs for a fitted 'survdnn' model. Helps inspect convergence, instability, or callback effects (e.g., early stopping).
plot_loss(object, smooth = FALSE, log_y = FALSE, ...)
object |
A fitted 'survdnn' model. |
smooth |
Logical; if 'TRUE', overlays a smoothed loess curve. |
log_y |
Logical; if 'TRUE', uses a log10 y-scale. |
... |
Reserved for future use. |
A 'ggplot' object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.