get_metric_history: Get Metric History

View source: R/runs.R

get_metric_historyR Documentation

Get Metric History

Description

Get a list of all values for the specified metric for a given run.

Usage

get_metric_history(
  metric_key,
  run_id = get_active_run_id(),
  client = mlflow_client()
)

Arguments

metric_key

Name of the metric.

run_id

A run uuid. Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.

Value

A data.frame of the history of the metric provided.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.