Skip to content

Commit d1d1279

Browse files
Merge pull request #214956 from pritamso/Broken-link-fix-cesardl
Broken link removed
2 parents 8095906 + dd63ac0 commit d1d1279

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-generate-automl-training-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: How to view AutoML model training code
33
titleSuffix: Azure Machine Learning AutoML
44
description: How to view model training code for an automated ML trained model and explanation of each stage.
55
services: machine-learning
6-
author: cesardl
7-
ms.author: cesardl
6+
author: shouryaj
7+
ms.author: shoja
88
ms.service: machine-learning
99
ms.subservice: automl
1010
ms.custom: sdkv1, event-tier1-build-2022, ignite-2022
@@ -365,7 +365,7 @@ If you make changes to `script.py` that require additional dependencies, or you
365365

366366
### Submit the experiment
367367

368-
Since the generated code isn’t driven by automated ML anymore, instead of creating and submitting an AutoML Job, you need to create a [`Command Job`](/how-to-train-sdk) and provide the generated code (script.py) to it.
368+
Since the generated code isn’t driven by automated ML anymore, instead of creating and submitting an AutoML Job, you need to create a `Command Job` and provide the generated code (script.py) to it.
369369

370370
The following example contains the parameters and regular dependencies needed to run a Command Job, such as compute, environment, etc.
371371
```python

0 commit comments

Comments
 (0)