create_experiment: Create Experiment

View source: R/experiments.R

create_experimentR Documentation

Create Experiment

Description

Creates an MLflow experiment and returns its id.

Usage

create_experiment(
  name,
  artifact_location = "",
  client = mlflow_client(),
  tags = list()
)

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

An MLFlow client. If not provided, the client is sourced from the MLFLOW_TRACKING_URI environment variable.

tags

Experiment tags to set on the experiment upon experiment creation.

Value

The experiment_id of the newly-created experiment


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.