mlflow_create_experiment: Create Experiment

View source: R/tracking-experiments.R

mlflow_create_experimentR Documentation

Create Experiment

Description

Creates an MLflow experiment and returns its id.

Usage

mlflow_create_experiment(
  name,
  artifact_location = NULL,
  client = NULL,
  tags = 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.

client

(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI.

tags

Experiment tags to set on the experiment upon experiment creation.


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.