log_metrics | R Documentation |
Logs a metric for a run. Metrics key-value pair that records a single float measure. During a single execution of a run, a particular metric can be logged several times. The MLflow Backend keeps track of historical metric values along two axes: timestamp and step.
log_metrics(..., run_id = get_active_run_id(), client = mlflow_client())
... |
variable names from which a data.frame with |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
No return value. Called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.