Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mlflow_get_experiment

Get Experiment


Description

Gets metadata for an experiment and a list of runs for the experiment. Attempts to obtain the active experiment if both 'experiment_id' and 'name' are unspecified.

Usage

mlflow_get_experiment(experiment_id = NULL, name = NULL, client = NULL)

Arguments

experiment_id

ID of the experiment.

name

The experiment name. Only one of 'name' or 'experiment_id' should be specified.

client

(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI.


mlflow

Interface to 'MLflow'

v1.17.0
Apache License 2.0
Authors
Matei Zaharia [aut, cre], Javier Luraschi [aut], Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.