Skip to content

Commit f09274e

Browse files
committed
blocking autoML issues
1 parent 44887cd commit f09274e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/machine-learning/concept-automated-ml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ For automated machine learning experiments, featurization is applied automatical
111111
112112
### Automatic featurization (standard)
113113

114-
In every automated machine learning experiment, your data is automatically scaled or normalized to help algorithms perform well. During model training, one of the following scaling or normalization techniques will be applied to each model. Learn how autoML helps [prevent over-fitting and imbalanced data](concept-manage-ml-pitfalls.md) in your models.
114+
In every automated machine learning experiment, your data is automatically scaled or normalized to help algorithms perform well. During model training, one of the following scaling or normalization techniques will be applied to each model. Learn how AutoML helps [prevent over-fitting and imbalanced data](concept-manage-ml-pitfalls.md) in your models.
115115

116116
|Scaling & normalization| Description |
117117
| ------------- | ------------- |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Featurization in autoML experiments
2+
title: Featurization in AutoML experiments
33
titleSuffix: Azure Machine Learning
44
description: Learn what featurization settings Azure Machine Learning offers, and how feature engineering is supported in automated ml experiments.
55
author: nibaccam
@@ -19,9 +19,9 @@ ms.custom: seodec18
1919

2020
In this guide, learn what featurization settings are offered, and how to customize them for your [automated machine learning experiments](concept-automated-ml.md).
2121

22-
Feature engineering is the process of using domain knowledge of the data to create features that help ML algorithms learn better. In Azure Machine Learning, data scaling and normalization techniques are applied to facilitate feature engineering. Collectively, these techniques and feature engineering are referred to as featurization in automated machine learning, autoML, experiments.
22+
Feature engineering is the process of using domain knowledge of the data to create features that help ML algorithms learn better. In Azure Machine Learning, data scaling and normalization techniques are applied to facilitate feature engineering. Collectively, these techniques and feature engineering are referred to as featurization in automated machine learning, AutoML, experiments.
2323

24-
This article assumes you are already familiar with how to configure an autoML experiment. See the following articles for details,
24+
This article assumes you are already familiar with how to configure an AutoML experiment. See the following articles for details,
2525

2626
* For a code first experience: [Configure automated ML experiments with the Python SDK](how-to-configure-auto-train.md).
2727
* For a low/no code experience: [Create, review, and deploy automated machine learning models with the Azure Machine Learning studio](how-to-use-automated-ml-for-ml-models.md)

articles/machine-learning/how-to-use-automated-ml-for-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use autoML to create models & deploy
2+
title: Use AutoML to create models & deploy
33
titleSuffix: Azure Machine Learning
44
description: Create, review, and deploy automated machine learning models with Azure Machine Learning.
55
services: machine-learning

articles/machine-learning/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@
311311
displayName: automl automated auto ml
312312
href: how-to-auto-train-remote.md
313313
- name: Define ML tasks
314-
displayName: machine learning, task type
314+
displayName: machine learning, task type, automl
315315
href: how-to-define-task-type.md
316316
- name: Auto-train a forecast model
317317
displayName: time series
318318
href: how-to-auto-train-forecast.md
319-
- name: Featurization in autoML (Python)
320-
displayName: feature engineering, feature importance
319+
- name: Featurization in automated ML (Python)
320+
displayName: automl, feature engineering, feature importance
321321
href: how-to-configure-auto-features.md
322322
- name: Use automated ML in ML pipelines (Python)
323323
displayName: machine learning automl

0 commit comments

Comments
 (0)