Skip to content

Commit 7745b79

Browse files
Update how-to-auto-train-image-models.md
Improve the transition to the primary metric paragraph.
1 parent f355b18 commit 7745b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,14 +272,14 @@ Automatic sweeps can yield competitive results for many datasets. Additionally,
272272

273273
### Primary metric
274274

275-
The primary metric used for model optimization and hyperparameter tuning depends on the task type. Using other primary metric values is currently not supported.
275+
An AutoML training job uses a primary metric for model optimization and hyperparameter tuning. The primary metric depends on the task type as shown below; other primary metric values are currently not supported.
276276

277277
* `accuracy` for IMAGE_CLASSIFICATION
278278
* `iou` for IMAGE_CLASSIFICATION_MULTILABEL
279279
* `mean_average_precision` for IMAGE_OBJECT_DETECTION
280280
* `mean_average_precision` for IMAGE_INSTANCE_SEGMENTATION
281281

282-
### Job Limits
282+
### Job limits
283283

284284
You can control the resources spent on your AutoML Image training job by specifying the `timeout_minutes`, `max_trials` and the `max_concurrent_trials` for the job in limit settings as described in the below example.
285285

0 commit comments

Comments
 (0)