You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-use-automated-ml-for-ml-models.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: automl
8
8
author: ssalgadodev
9
9
ms.author: ssalgado
10
10
ms.reviewer: manashg
11
-
ms.date: 07/12/2024
11
+
ms.date: 07/15/2024
12
12
ms.topic: how-to
13
13
ms.custom: automl
14
14
@@ -24,13 +24,13 @@ This tutorial provides a high-level overview for working with Automated ML in th
24
24
-**Time series forecasting**: [Tutorial: Forecast demand with Automated ML in the studio](tutorial-automated-ml-forecast.md)
25
25
-**Natural Language Processing (NLP)**: [Set up Automated ML to train an NLP model (Azure CLI or Python SDK)](how-to-auto-train-nlp-models.md)
26
26
-**Computer vision**: [Set up AutoML to train computer vision models (Azure CLI or Python SDK)](how-to-auto-train-image-models.md)
27
-
-**Regression**: [Train a regression model with Automated ML (Python SDK)](how-to-auto-train-models-v1.md)
27
+
-**Regression**: [Train a regression model with Automated ML (Python SDK)](./v1/how-to-auto-train-models-v1.md)
28
28
29
29
## Prerequisites
30
30
31
31
- An Azure subscription. You can create a [free or paid account](https://azure.microsoft.com/free/) for Azure Machine Learning.
32
32
33
-
- An Azure Machine Learning workspace or compute instance. To prepare these resources, see [Quickstart: Get started with Azure Machine Learning](../quickstart-create-resources.md).
33
+
- An Azure Machine Learning workspace or compute instance. To prepare these resources, see [Quickstart: Get started with Azure Machine Learning](./quickstart-create-resources.md).
34
34
35
35
- The data asset to use for the Automated ML training job. This tutorial describes how to select an existing data asset or create a data asset from a data source, such as a local file, web url, or datastore. For more information, see [Create and manage data assets](how-to-create-data-assets.md).
36
36
@@ -39,6 +39,8 @@ This tutorial provides a high-level overview for working with Automated ML in th
39
39
> - The data must be in tabular form.
40
40
> - The value to predict (the _target_ column) must be present in the data.
41
41
42
+
<aname="create-and-run-experiment"></a>
43
+
42
44
## Create experiment
43
45
44
46
Create and run an experiment by following these steps:
@@ -178,6 +180,8 @@ The **Additional configuration** page shows default values based on your experim
178
180
|**Explain best model**| Choose this option to automatically show explainability on the best model created by Automated ML. |
179
181
|**Positive class label**| Enter the label for Automated ML to use for calculating binary metrics. |
180
182
183
+
<aname="customize-featurization"></a>
184
+
181
185
#### Configure featurization settings
182
186
183
187
You can select the **View featurization settings** option to see actions to perform on the data in preparation for training.
0 commit comments