Learn R Programming

mlflow (version 0.7.0)

mlflow_create_experiment: Create Experiment

Description

Creates an MLflow experiment.

Usage

mlflow_create_experiment(name, artifact_location = NULL)

Arguments

name

The name of the experiment to create.

artifact_location

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

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.

See Also

Other Fluent API functions: mlflow_end_run, mlflow_log_artifact, mlflow_log_metric, mlflow_log_param, mlflow_set_experiment, mlflow_set_tag, mlflow_start_run