Skip to content

Commit 915ee78

Browse files
authored
Merge pull request #79533 from j-martens/patch-507
Update how-to-set-up-training-targets.md
2 parents 3c35f60 + ee6e219 commit 915ee78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/service/how-to-set-up-training-targets.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core
1111
ms.topic: conceptual
12-
ms.date: 01/07/2019
12+
ms.date: 06/12/2019
1313
ms.custom: seodec18
1414
---
1515
# Set up compute targets for model training
@@ -69,7 +69,7 @@ The following code shows an example of configuring training runs for a user-mana
6969

7070
[!code-python[](~/aml-sdk-samples/ignore/doc-qa/how-to-set-up-training-targets/runconfig.py?name=run_user_managed)]
7171

72-
## Set up compute targets with Python
72+
## Set up in Python
7373

7474
Use the sections below to configure these compute targets:
7575

@@ -265,7 +265,7 @@ except ComputeTargetException:
265265
print("Using Batch compute:{}".format(batch_compute.cluster_resource_id))
266266
```
267267

268-
## Set up compute in the Azure portal
268+
## Set up in Azure portal
269269

270270
You can access the compute targets that are associated with your workspace in the Azure portal. You can use the portal to:
271271

@@ -352,7 +352,7 @@ Follow the steps described earlier to view the list of compute targets. Then use
352352
1. Select __Attach__.
353353
1. View the status of the attach operation by selecting the compute target from the list.
354354

355-
## Set up compute with the CLI
355+
## Set up with CLI
356356

357357
You can access the compute targets that are associated with your workspace using the [CLI extension](reference-azure-machine-learning-cli.md) for Azure Machine Learning service. You can use the CLI to:
358358

@@ -362,7 +362,7 @@ You can access the compute targets that are associated with your workspace using
362362

363363
For more information, see [Resource management](reference-azure-machine-learning-cli.md#resource-management).
364364

365-
## Set up compute with VS Code
365+
## Set up with VS Code
366366

367367
You can access, create and manage the compute targets that are associated with your workspace using the [VS Code extension](how-to-vscode-tools.md#create-and-manage-compute-targets) for Azure Machine Learning service.
368368

0 commit comments

Comments
 (0)