Save a run comparison as HTML
save_run_comparison(runs = ls_runs(latest_n = 2), filename = "auto")
Character vector of 2 training run directories or
data frame returned from ls_runs()
with at least 2 elements.
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).