get_experiment | R Documentation |
Gets metadata for an experiment and a list of runs for the experiment. Attempts to obtain the
active experiment if both experiment_id
and experiment_name
are unspecified.
get_experiment(
experiment_id = get_active_experiment_id(),
experiment_name = NULL,
client = mlflow_client()
)
experiment_id |
ID of the experiment. |
experiment_name |
The experiment name. Only one of |
client |
An MLFlow client. If not provided, the client is sourced from the |
A tibble with metadata on the experiment requested.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.