.view_runs_diff {guildai}R 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


[Package guildai version 0.0.1 Index]