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, ...)A `ggplot` object.
A fitted `survdnn` model.
Logical; if `TRUE`, overlays a smoothed loess curve.
Logical; if `TRUE`, uses a log10 y-scale.
Reserved for future use.