set_experiment: Set Experiment

Description Usage Arguments

Description

Sets an experiment as the active experiment. Either the name or ID of the experiment can be provided. If the a name is provided but the experiment does not exist, this function creates an experiment with provided name. Returns the ID of the active experiment.

Usage

1
set_experiment(experiment_name, experiment_id, artifact_location = NULL)

Arguments

experiment_name

Name of experiment to be activated.

experiment_id

ID of experiment to be activated.

artifact_location

Location where all artifacts for this experiment are stored. If not provided, the remote server will select an appropriate default.


mrkaye97/lightMLFlow documentation built on Dec. 28, 2021, 12:15 a.m.