Skip to content

Commit fbc6b6f

Browse files
committed
edits
1 parent e0e9795 commit fbc6b6f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: automl
88
author: ssalgadodev
99
ms.author: ssalgado
1010
ms.reviewer: manashg
11-
ms.date: 07/12/2024
11+
ms.date: 07/15/2024
1212
ms.topic: how-to
1313
ms.custom: automl
1414

@@ -24,13 +24,13 @@ This tutorial provides a high-level overview for working with Automated ML in th
2424
- **Time series forecasting**: [Tutorial: Forecast demand with Automated ML in the studio](tutorial-automated-ml-forecast.md)
2525
- **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)
2626
- **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)
2828

2929
## Prerequisites
3030

3131
- An Azure subscription. You can create a [free or paid account](https://azure.microsoft.com/free/) for Azure Machine Learning.
3232

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).
3434

3535
- 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).
3636

@@ -39,6 +39,8 @@ This tutorial provides a high-level overview for working with Automated ML in th
3939
> - The data must be in tabular form.
4040
> - The value to predict (the _target_ column) must be present in the data.
4141
42+
<a name="create-and-run-experiment"></a>
43+
4244
## Create experiment
4345

4446
Create and run an experiment by following these steps:
@@ -178,6 +180,8 @@ The **Additional configuration** page shows default values based on your experim
178180
| **Explain best model** | Choose this option to automatically show explainability on the best model created by Automated ML. |
179181
| **Positive class label** | Enter the label for Automated ML to use for calculating binary metrics. |
180182

183+
<a name="customize-featurization"></a>
184+
181185
#### Configure featurization settings
182186

183187
You can select the **View featurization settings** option to see actions to perform on the data in preparation for training.

0 commit comments

Comments
 (0)