dot-view_runs_diff: compare runs

.view_runs_diffR Documentation

compare runs

Description

compare runs

Usage

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

Arguments

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, utils::browseURL()).

...

passed on to quarto::quarto_render()

Value

path to the generated html, invisibly


guildai documentation built on March 7, 2023, 5:32 p.m.