get_experiment: Get Experiment

View source: R/experiments.R

get_experimentR Documentation

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 experiment_name are unspecified.

Usage

get_experiment(
  experiment_id = get_active_experiment_id(),
  experiment_name = NULL,
  client = mlflow_client()
)

Arguments

experiment_id

ID of the experiment.

experiment_name

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

client

An MLFlow client. If not provided, the client is sourced from the MLFLOW_TRACKING_URI environment variable.

Value

A tibble with metadata on the experiment requested.


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.