Skip to content

Commit 55637d9

Browse files
authored
Merge pull request #224423 from shouryaj/patch-11
Update component-reference-v2.md
2 parents 0ad1ab1 + 6d7f473 commit 55637d9

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

articles/machine-learning/component-reference-v2/component-reference-v2.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.date: 01/17/2023
1313
---
1414
# Algorithm & component reference for Azure Machine Learning designer (v2)
1515

16-
Azure Machine Learning designer components (Designer) allows users to create machine learning projects using a drag and drop interface. Follow this link to reach the Designer studio. Follow this link to [learn more about Designer.] (..//concept-designer)
16+
Azure Machine Learning designer components (Designer) allow users to create machine learning projects using a drag and drop interface. Follow this link to reach the Designer studio. Follow this link to [learn more about Designer](../concept-designer.md).
1717

1818

19-
This reference content provides the technical background on each of the custom components (v2) available in Azure Machine Learning designer.
19+
This reference content provides background on each of the custom components (v2) available in Azure Machine Learning designer.
2020

21-
The below image shows how you would navigate to Custom components in AzureML Studio
21+
You can navigate to Custom components in AzureML Studio as shown in the following image.
2222

2323
:::image type="content" source="media/designer-new-pipeline.png" alt-text="Diagram showing the Designer UI for selecting a custom component.":::
2424

@@ -36,13 +36,16 @@ For help with choosing algorithms, see
3636

3737
| Functionality | Description | component |
3838
| --- |--- | --- |
39-
| Classification | Component that executes an AutoML Classification task model training in a pipeline. | [AutoML Classification](classification.md) |
40-
| Regression | Predict a value | [AutoML Regression](regression.md) |
41-
| Forecasting | Predict a value | [AutoML Forecasting](forecasting.md) |
42-
| Computer Vision | Image data preprocessing and Image recognition related components. | [Image Object Detection](image-object-detection.md) <br/> [Image Classification](image-classification.md) <br/> [Image Classification Multilabel](image-classification-multilabel.md) <br/> [Image Instance Segmentation](image-instance-segmentation.md) |
43-
| Multilabel Text Classification | Component that executes an AutoML Multilabel Text Classification task model training in a pipeline. | [AutoML Multilabel Text Classification](text-classification-multilabel.md)|
44-
| Text Classification | Component that executes an AutoML Text Classification Model | [AutoML Text Classification](text-classification.md)|
45-
| Text Ner | Component that executes an AutoML Text NER (Named Entity Recognition) | [AutoML Text Ner](text-ner.md)|
39+
| Classification | Component that kicks off an AutoML job to train a classification model within an Azure Machine Learning pipeline | [AutoML Classification](classification.md) |
40+
| Regression | Component that kicks off an AutoML job to train a regression model within an Azure Machine Learning pipeline. | [AutoML Regression](regression.md) |
41+
| Forecasting | Component that kicks off an AutoML job to train a forecasting model within an Azure Machine Learning pipeline. | [AutoML Forecasting](forecasting.md) |
42+
| Image Classification |Component that kicks off an AutoML job to train an image classification model within an Azure Machine Learning pipeline |[Image Classification](image-classification.md)|
43+
| Multilabel Image Classification |Component that kicks off an AutoML job to train a multilabel image classification model within an Azure Machine Learning pipeline |[Image Classification Multilabel](image-classification-multilabel.md) |
44+
| Image Object Detection | Component that kicks off an AutoML job to train an image object detection model within an Azure Machine Learning pipeline | [Image Object Detection](image-object-detection.md) |
45+
| Image Instance Segmentation | Component that kicks off an AutoML job to train an image instance segmentation model within an Azure Machine Learning pipeline | [Image Instance Segmentation](image-instance-segmentation.md)|
46+
| Multilabel Text Classification | Component that kicks off an AutoML job to train a multilabel NLP text classification model within an Azure Machine Learning pipeline. | [AutoML Multilabel Text Classification](text-classification-multilabel.md)|
47+
| Text Classification | Component that kicks off an AutoML job to train an NLP text classification model within an Azure Machine Learning pipeline. | [AutoML Text Classification](text-classification.md)|
48+
| Text Ner | Component that kicks off an AutoML job to train an NLP NE (Named Entity Recognition) model within an Azure Machine Learning pipeline. | [AutoML Text Ner](text-ner.md)|
4649

4750
## Next steps
4851

0 commit comments

Comments
 (0)