create_experiment | R Documentation |
Creates an MLflow experiment and returns its id.
create_experiment(
name,
artifact_location = "",
client = mlflow_client(),
tags = list()
)
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 |
tags |
Experiment tags to set on the experiment upon experiment creation. |
The experiment_id
of the newly-created experiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.