create-experiment
Create a new MLflow experiment to track machine learning runs with unique name, optional artifact location, and tags.
Instructions
Create a new MLflow experiment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Experiment name (must be unique) | |
| artifactLocation | No | Artifact storage location URI | |
| tags | No | Tags to set on the experiment |