Creates an MLflow experiment and returns its id.
1 | create_experiment(name, artifact_location = NULL, client = NULL, tags)
|
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 |
tags |
Experiment tags to set on the experiment upon experiment creation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.