
The saved view includes summary information (flags, metrics, model attributes, etc.), plot and console output, and the code used for the run.
save_run_view(run_dir = latest_run(), filename = "auto")
Training run directory or data frame returned from
ls_runs()
.
Path to save the HTML to. If no filename
is specified
then a temporary file is used (the path to the file is returned invisibly).
ls_runs()
, run_info()
, view_run()