Skip to content

Commit 78dda73

Browse files
committed
update
1 parent bf9435c commit 78dda73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ This module also outputs a definition of the transformation used to convert to i
2222
## How to configure Convert to Indicator Values
2323

2424
1. Find the **Convert to Indicator Values** and drag it to your pipeline draft. You can find this module under **Data Transformation** category.
25-
26-
> ![NOTE]
27-
> You can use the [Edit Metadata](edit-metadata.md) module before the **Convert to Indiciator Values** module to mark the target column(s) as categorical.
25+
> [!NOTE]
26+
> You can use the [Edit Metadata](edit-metadata.md) module before the **Convert to Indiciator Values** module to mark the target column(s) as categorical.
2827
2928
1. Connect the **Convert to Indicator Values** module to the dataset containing the columns you want to convert.
3029

@@ -108,7 +107,7 @@ This section contains implementation details, tips, and answers to frequently as
108107

109108
| Make | Highway mpg -25 | Highway mpg -26 | Highway mpg -27 | Highway mpg -28 | Highway mpg -29 | Highway mpg -30 |
110109
| ---------- | --------------- | --------------- | --------------- | --------------- | --------------- | --------------- |
111-
| Alfa R | 0 | 0 | 0 | 0 | 0 | 1 |
110+
| Car1 | 0 | 0 | 0 | 0 | 0 | 1 |
112111

113112
- To avoid adding too many dimensions to your dataset. We recommend that you first check the number of values in the column, and bin or quantize the data appropriately.
114113

0 commit comments

Comments
 (0)