save_run_view: Save a run view as HTML

View source: R/training_run.R

save_run_viewR 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 ls_runs().

filename

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).

See Also

ls_runs(), run_info(), view_run()


rstudio/tfruns documentation built on April 20, 2024, 9:20 p.m.