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"),
...
)path to the generated html, invisibly
A runs selection for two runs. Defaults to the latest two runs.
Where to place the rendered html
Report template
Viewer to display training run information within (default
to an internal page viewer if available, otherwise to the R session
default web browser, utils::browseURL()).
passed on to quarto::quarto_render()