Skip to content

Commit be1a2e5

Browse files
committed
Rename file changes
1 parent dda2485 commit be1a2e5

10 files changed

+11
-14
lines changed

articles/machine-learning/component-reference-v2/automl-classification.md renamed to articles/machine-learning/component-reference-v2/classification.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ If deep learning is enabled, validation is limited to _train_validation split_.
6161
* You can either provide your own test dataset or opt to use a percentage of your training dataset. Test data must be in the form of an [Azure Machine Learning TabularDataset](../v1/how-to-create-register-datasets.md#tabulardataset).
6262
* The schema of the test dataset should match the training dataset. The target column is optional, but if no target column is indicated no test metrics are calculated.
6363
* The test dataset should not be the same as the training dataset or the validation dataset.
64-
65-
66-
![Screenshot shows the form where to select validation data and test data](/media/how-to-use-automated-ml-for-ml-models/validate-test-form.png)
6764

6865

6966
## Next steps

articles/machine-learning/component-reference-v2/automl-image-classification-multilabel.md renamed to articles/machine-learning/component-reference-v2/image-classification-multilabel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "AutoML Image Classification Multilable"
2+
title: "AutoML Image Classification Multi-lable"
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use the AutoML Image Classification Multilable component in Azure Machine Learning to create a classifier using ML Table data.
4+
description: Learn how to use the AutoML Image Classification Multi-lable component in Azure Machine Learning to create a classifier using ML Table data.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -12,11 +12,11 @@ ms.reviewer: ssalgadodev
1212
ms.date: 12/1/2022
1313
---
1414

15-
# AutoML Image Classification Multilable
15+
# AutoML Image Classification Multi-lable
1616

1717
This article describes a component in Azure Machine Learning designer.
1818

19-
Use this component to create a machine learning model that is based on the AutoML Image Classification Multilable.
19+
Use this component to create a machine learning model that is based on the AutoML Image Classification Multi-lable.
2020

2121
Multi-label image classification is a computer vision task where the goal is to predict a set of labels associated with each individual image. You may consider using multi-label classification where you need to determine several properties of a given image.
2222

@@ -38,7 +38,7 @@ AutoML runs a number of trials (specified in `max_trials`) in parallel (`specifi
3838

3939

4040

41-
1. Add the **AutoML Image Classification Multilable** component to your pipeline.
41+
1. Add the **AutoML Image Classification Multi-lable** component to your pipeline.
4242

4343
1. Specify the **Target Column** you want the model to output
4444

File renamed without changes.

articles/machine-learning/component-reference-v2/automl-text-classification-multilabel.md renamed to articles/machine-learning/component-reference-v2/text-classification-multilabel.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "AutoML Text Multilabel Classification"
2+
title: "AutoML Text Multi-label Classification"
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to use the AutoML Text Multilabel Classification component in Azure Machine Learning to create a classifier using ML Table data.
4+
description: Learn how to use the AutoML Text Multi-label Classification component in Azure Machine Learning to create a classifier using ML Table data.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -12,13 +12,13 @@ ms.reviewer: ssalgadodev
1212
ms.date: 12/1/2022
1313
---
1414

15-
# AutoML Text Multilabel Classification
15+
# AutoML Text Multi-label Classification
1616

1717
This article describes a component in Azure Machine Learning designer.
1818

19-
Use this component to create a machine learning model that is based on the AutoML Text Multilabel Classification.
19+
Use this component to create a machine learning model that is based on the AutoML Text Multi-label Classification.
2020

21-
Multilabel text classification is for use cases where each example may be assigned more than one label, as opposed to single-label multiclass text classification where every example is labeled with the single most probable class.
21+
Multi-label text classification is for use cases where each example may be assigned more than one label, as opposed to single-label multiclass text classification where every example is labeled with the single most probable class.
2222

2323
## How to configure
2424

@@ -27,7 +27,7 @@ This component trains an NLP classification model on text data. Text classificat
2727
This model requires a training and a validation dataset. The datasets must be in ML Table format.
2828

2929

30-
1. Add the **AutoML Text Multilabel Classification** component to your pipeline.
30+
1. Add the **AutoML Text Multi-label Classification** component to your pipeline.
3131

3232
1. Specify the **Target Column** you want the model to output
3333

File renamed without changes.

0 commit comments

Comments
 (0)