mlflow_experiments_create
Create a new MLflow experiment with a required name and optional artifact location and tags.
Instructions
Create an experiment (POST /api/2.0/mlflow/experiments/create).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Experiment name | |
| artifact_location | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |