Skip to content

Commit f8d88bb

Browse files
committed
Update conditional hyperparameter support note
1 parent 1af1ad7 commit f8d88bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ When sweeping hyperparameters, you need to specify the sampling method to use fo
374374
|[Bayesian Sampling](how-to-tune-hyperparameters.md#bayesian-sampling)| `bayesian` |
375375

376376
> [!NOTE]
377-
> Currently only random sampling supports conditional hyperparameter spaces.
377+
> Currently only random and grid sampling supports conditional hyperparameter spaces.
378378

379379
### Early termination policies
380380

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ When sweeping hyperparameters, you need to specify the sampling method to use fo
280280
* [Bayesian sampling](../how-to-tune-hyperparameters.md#bayesian-sampling)
281281

282282
> [!NOTE]
283-
> Currently only random sampling supports conditional hyperparameter spaces.
283+
> Currently only random and grid sampling supports conditional hyperparameter spaces.
284284
285285
### Early termination policies
286286

0 commit comments

Comments
 (0)