Skip to content

Commit 0c7613e

Browse files
authored
Merge pull request #98569 from vivek-dani/patch-4
Warning on permissions needed for firewall for AML
2 parents 9ae68c7 + 9ca9a39 commit 0c7613e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/machine-learning/how-to-configure-auto-train.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,12 @@ No criteria | If you do not define any exit parameters the experiment conti
339339
`max_concurrent_trials`| Represents the maximum number of trials (children jobs) that would be executed in parallel. It's a good practice to match this number with the number of nodes your cluster
340340

341341
## Run experiment
342-
> [!WARNING]
342+
> [!NOTE]
343343
> If you run an experiment with the same configuration settings and primary metric multiple times, you'll likely see variation in each experiments final metrics score and generated models. The algorithms automated ML employs have inherent randomness that can cause slight variation in the models output by the experiment and the recommended model's final metrics score, like accuracy. You'll likely also see results with the same model name, but different hyperparameters used.
344344
345+
> [!WARNING]
346+
> If you have set rules in firewall and/or Network Security Group over your workspace, verify that required permissions are given to inbound and outbound network traffic as defined in [Configure inbound and outbound network traffic](how-to-access-azureml-behind-firewall.md).
347+
345348
Submit the experiment to run and generate a model. With the MLClient created in the prerequisites,you can run the following command in the workspace.
346349

347350
```python

0 commit comments

Comments
 (0)