Skip to content

Commit 49215d4

Browse files
Fix warnings.
1 parent ed316af commit 49215d4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ except Exception as ex:
7373

7474
# [Azure CLI](#tab/azurecli)
7575

76-
In the CLI, begin by logging into your Azure account. If you account is associated with multiple subscripstions, you need to [set the subscription](/cli/azure/manage-azure-subscriptions-azure-cli#change-the-active-subscription).
76+
In the CLI, begin by logging into your Azure account. If you account is associated with multiple subscriptions, you need to [set the subscription](/cli/azure/manage-azure-subscriptions-azure-cli#change-the-active-subscription).
7777

7878
```azurecli
7979
az login
@@ -89,6 +89,8 @@ For more information, see [CLI setup](how-to-configure-cli.md#set-up).
8989

9090
---
9191

92+
<a name="data-source-and-format"></a>
93+
9294
## Specify data source and format
9395

9496
In order to provide training data in SDK v2, you need to upload it into the cloud through an *MLTable*.
@@ -653,6 +655,8 @@ Now, you launch the pipeline run using the following command. The pipeline confi
653655

654656
---
655657

658+
<a name="automl-at-scale-distributed-training"></a>
659+
656660
## Use AutoML at scale: distributed training
657661

658662
For large data scenarios, AutoML supports distributed training for a limited set of models:

0 commit comments

Comments
 (0)