Skip to content

Commit 342733b

Browse files
authored
Update articles/machine-learning/component-reference-v2/component-reference-v2.md
1 parent cbd707e commit 342733b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ ms.date: 01/17/2023
1515
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)
1616

1717

18-
This reference content provides the technical background on each of the classic custom (v2) components available in Azure Machine Learning designer.
18+
This reference content provides the technical background on each of the custom components (v2) available in Azure Machine Learning designer.
19+
20+
The below image shows how you would navigate to Custom components in AzureML Studio
21+
22+
:::image type="content" source="media/designer-new-pipeline.png" alt-text="Diagram showing the Designer UI for selecting a custom component.":::
1923

2024

2125
Each component represents a set of code that can run independently and perform a machine learning task, given the required inputs. A component might contain a particular algorithm, or perform a task that is important in machine learning, such as missing value replacement, or statistical analysis.

0 commit comments

Comments
 (0)