save_run_view {tfruns} | R Documentation |
Save a run view as HTML
Description
The saved view includes summary information (flags, metrics, model attributes, etc.), plot and console output, and the code used for the run.
Usage
save_run_view(run_dir = latest_run(), filename = "auto")
Arguments
run_dir |
Training run directory or data frame returned from
|
filename |
Path to save the HTML to. If no |
See Also
ls_runs()
, run_info()
, view_run()
[Package tfruns version 1.5.3 Index]