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
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).
17
17
18
18
19
19
This reference content provides background on each of the custom components (v2) available in Azure Machine Learning designer.
20
20
21
-
You can navigate to Custom components in AzureML Studio as shown in image below.
21
+
You can navigate to Custom components in AzureML Studio as shown in the following image.
22
22
23
23
:::image type="content" source="media/designer-new-pipeline.png" alt-text="Diagram showing the Designer UI for selecting a custom component.":::
24
24
@@ -40,12 +40,12 @@ For help with choosing algorithms, see
40
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
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
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 an multilabel image classification model within an Azure Machine Learning pipeline |[Image Classification Multilabel](image-classification-multilabel.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
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
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
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 a 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 a NLP NE (Named Entity Recognition) model within an Azure Machine Learning pipeline. |[AutoML Text Ner](text-ner.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)|
0 commit comments