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.
mlflow_get_experiment(experiment_id = NULL, name = NULL,
client = NULL)
ID of the experiment.
The experiment name. Only one of `name` or `experiment_id` should be specified.
(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.