Skip to content

Commit b7b9514

Browse files
authored
Merge pull request #102149 from Aniththa/patch-36
Update how-to-create-portal-experiments.md
2 parents 6390ec1 + 239290e commit b7b9514

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/machine-learning/how-to-create-portal-experiments.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,15 @@ Kurtosis| Measure of how heavily tailed this column's data is compared to a norm
149149

150150
<a name="preprocess"></a>
151151

152-
## Advanced preprocessing options
152+
## Advanced featurization options
153153

154-
When configuring your experiments, you can enable the advanced setting `Preprocess`. Doing so means that as part of preprocessing the following data guardrails and featurization steps are performed automatically.
154+
When configuring your experiments, you can enable the advanced setting `feauturization`.
155+
156+
|Featurization Configuration | Description |
157+
| ------------- | ------------- |
158+
|"feauturization" = 'FeaturizationConfig'| Indicates customized featurization step should be used. [Learn how to customize featurization](how-to-configure-auto-train.md#customize-feature-engineering).|
159+
|"feauturization" = 'off'| Indicates featurization step should not be done automatically.|
160+
|"feauturization" = 'auto'| Indicates that as part of preprocessing the following data guardrails and featurization steps are performed automatically.|
155161

156162
|Preprocessing&nbsp;steps| Description |
157163
| ------------- | ------------- |

0 commit comments

Comments
 (0)