Skip to content

Commit f8ecf6e

Browse files
authored
Merge pull request #3838 from cdpark/refresh-ai-batch2
Feature 411216: Q&M: AI Freshness - Azure Machine Learning - batch 2
2 parents 5733dd1 + 16e64fa commit f8ecf6e

File tree

5 files changed

+176
-172
lines changed

5 files changed

+176
-172
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Named entity recognition (NER)|`"eng"` <br> `"deu"` <br> `"mul"`| English&nbsp
232232

233233
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
234234

235-
You can specify your dataset language in the featurization section of your configuration YAML file. BERT is also used in the featurization process of automated ML experiment training, learn more about [BERT integration and featurization in automated ML (SDK v1)](./v1/how-to-configure-auto-features.md#bert-integration-in-automated-ml).
235+
You can specify your dataset language in the featurization section of your configuration YAML file. BERT is also used in the featurization process of automated ML experiment training, learn more about [BERT integration and featurization in AutoML (SDK v1)](./v1/how-to-configure-auto-features.md#bert-integration-in-automl).
236236

237237
```azurecli
238238
featurization:
@@ -243,7 +243,7 @@ featurization:
243243

244244
[!INCLUDE [sdk v2](includes/machine-learning-sdk-v2.md)]
245245

246-
You can specify your dataset language with the `set_featurization()` method. BERT is also used in the featurization process of automated ML experiment training, learn more about [BERT integration and featurization in automated ML (SDK v1)](./v1/how-to-configure-auto-features.md?view=azureml-api-1&preserve-view=true#bert-integration-in-automated-ml).
246+
You can specify your dataset language with the `set_featurization()` method. BERT is also used in the featurization process of automated ML experiment training, learn more about [BERT integration and featurization in AutoML (SDK v1)](./v1/how-to-configure-auto-features.md?view=azureml-api-1&preserve-view=true#bert-integration-in-automl).
247247

248248
```python
249249
text_classification_job.set_featurization(dataset_language='eng')

0 commit comments

Comments
 (0)