.view_runs_diff | R Documentation |
compare runs
.view_runs_diff( runs = "1:2", output_dir = file.path(tempdir(), paste(ids, collapse = "-")), template = system.file("templates/compare-runs.qmd", package = "guildai"), viewer = getOption("guildai.viewer"), ... )
runs |
A runs selection for two runs. Defaults to the latest two runs. |
output_dir |
Where to place the rendered html |
template |
Report template |
viewer |
Viewer to display training run information within (default
to an internal page viewer if available, otherwise to the R session
default web browser, |
... |
passed on to |
path to the generated html, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.