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/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 Multi-lable"
2
+
title: "AutoML Image Classification Multi-label"
3
3
titleSuffix: Azure Machine Learning
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.
4
+
description: Learn how to use the AutoML Image Classification Multi-label 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 Multi-lable
15
+
# AutoML Image Classification Multi-label
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 Multi-lable.
19
+
Use this component to create a machine learning model that is based on the AutoML Image Classification Multi-label.
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 Multi-lable** component to your pipeline.
41
+
1. Add the **AutoML Image Classification Multi-label** component to your pipeline.
42
42
43
43
1. Specify the **Target Column** you want the model to output
0 commit comments