tune_metric: <string> (Optional)
Description
Specifies a metric that you want AutoML to use for optimizing training experiments.- The tune metric needs to be present in the list of metrics in the model plan.
- The tune metric is used for early stopping and model selection.
- For available metrics, please refer to Kumo Evaluation Metrics.
metrics for the task, provided it is included in the model plan’s metrics list. loss is also valid for non-link-prediction tasks and does not need to be listed in metrics.
Supported Task Types
- All
Default Values
| run_mode | Default Value |
|---|---|
| FAST | Inferred |
| NORMAL | Inferred |
| BEST | Inferred |