Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mlflow_create_experiment

Create Experiment


Description

Creates an MLflow experiment and returns its id.

Usage

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


mlflow

Interface to 'MLflow'

v1.17.0
Apache License 2.0
Authors
Matei Zaharia [aut, cre], Javier Luraschi [aut], Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.