Learn R Programming

mlflow (version 0.9.0.1)

mlflow_set_experiment: Set Experiment

Description

Sets an experiment as the active experiment. If the experiment does not exist, creates an experiment with provided name.

Usage

mlflow_set_experiment(experiment_name)

Arguments

experiment_name

Name of experiment to be activated.

Details

The fluent API family of functions operate with an implied MLflow client determined by the service set by `mlflow_set_tracking_uri()`. For operations involving a run it adopts the current active run, or, if one does not exist, starts one through the implied service.