get_metric | R Documentation |
Get the most recent value of a metric for a run
get_metric(metric_key, run_id = get_active_run_id(), client = mlflow_client())
metric_key |
The metric key to get |
run_id |
The run ID to get the metric for. Defaults to the active run |
client |
An MLFlow client. Autogenerated if missing. |
The value of the metric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.