create_experiment: Create Experiment

Description Usage Arguments

View source: R/experiments.R

Description

Creates an MLflow experiment and returns its id.

Usage

1
create_experiment(name, artifact_location = NULL, client = NULL, tags)

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. Defaults to NULL and will be auto-generated.

tags

Experiment tags to set on the experiment upon experiment creation.


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