Learn R Programming

mlflow (version 0.9.0.1)

mlflow_client_create_experiment: Create Experiment - Tracking Client

Description

Creates an MLflow experiment.

Usage

mlflow_client_create_experiment(client, name, artifact_location = NULL)

Arguments

client

An `mlflow_client` object.

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 Tracking Client family of functions require an MLflow client to be specified explicitly. These functions allow for greater control of where the operations take place in terms of services and runs, but are more verbose compared to the Fluent API.