Skip to content

Commit 8c84246

Browse files
Update convert-to-indicator-values.md
1 parent 0efa28d commit 8c84246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/component-reference/convert-to-indicator-values.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This article describes a component of Azure Machine Learning designer.
1717

1818
Use the **Convert to Indicator Values** component in Azure Machine Learning designer to convert columns that contain categorical values into a series of binary indicator columns.
1919

20+
The **Convert to Indicator Values** operation enables the conversion of categorical data into indicator values represented by binary or multiple values. This process is one of the data preprocessing steps often used for classification models.
21+
2022
This component also outputs a definition of the transformation used to convert to indicator values. You can reuse this transformation on other datasets that have the same schema, by using the [Apply Transformation](apply-transformation.md) component.
2123

2224
## How to configure Convert to Indicator Values

0 commit comments

Comments
 (0)