Converts the internal training log from an NMF run into a tidy data frame with one row per logged iteration, suitable for plotting convergence curves.
Usage
# S3 method for class 'training_logger'
as.data.frame(x, ...)Value
A data.frame with columns iteration, wall_sec,
and optionally total_loss, per-layer loss columns, and
norm-tracking columns.