ls_runs {tfruns} | R Documentation |
List training runs
ls_runs(subset = NULL, order = "start", decreasing = TRUE, latest_n = NULL, runs_dir = getOption("tfruns.runs_dir", "runs"))
subset |
Logical expression indicating rows to keep (missing values are
taken as false). See |
order |
Columns to order by (defaults to run start time) |
decreasing |
|
latest_n |
Limit query to the |
runs_dir |
Directory containing runs. Defaults to "runs" beneath the
current working directory (or to the value of the |
Data frame with training runs