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/component-reference-v2/classification.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,6 @@ If deep learning is enabled, validation is limited to _train_validation split_.
61
61
* 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).
62
62
* 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.
63
63
* The test dataset should not be the same as the training dataset or the validation dataset.
64
-
65
-
66
-

Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference-v2/image-classification-multilabel.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: "AutoML Image Classification Multilable"
2
+
title: "AutoML Image Classification Multi-lable"
3
3
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.
5
5
services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: core
@@ -12,11 +12,11 @@ ms.reviewer: ssalgadodev
12
12
ms.date: 12/1/2022
13
13
---
14
14
15
-
# AutoML Image Classification Multilable
15
+
# AutoML Image Classification Multi-lable
16
16
17
17
This article describes a component in Azure Machine Learning designer.
18
18
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.
20
20
21
21
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.
22
22
@@ -38,7 +38,7 @@ AutoML runs a number of trials (specified in `max_trials`) in parallel (`specifi
38
38
39
39
40
40
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.
42
42
43
43
1. Specify the **Target Column** you want the model to output
Copy file name to clipboardExpand all lines: articles/machine-learning/component-reference-v2/text-classification-multilabel.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: "AutoML Text Multilabel Classification"
2
+
title: "AutoML Text Multi-label Classification"
3
3
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.
5
5
services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: core
@@ -12,13 +12,13 @@ ms.reviewer: ssalgadodev
12
12
ms.date: 12/1/2022
13
13
---
14
14
15
-
# AutoML Text Multilabel Classification
15
+
# AutoML Text Multi-label Classification
16
16
17
17
This article describes a component in Azure Machine Learning designer.
18
18
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.
20
20
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.
22
22
23
23
## How to configure
24
24
@@ -27,7 +27,7 @@ This component trains an NLP classification model on text data. Text classificat
27
27
This model requires a training and a validation dataset. The datasets must be in ML Table format.
28
28
29
29
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.
31
31
32
32
1. Specify the **Target Column** you want the model to output
0 commit comments