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
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-configure-auto-features.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ For experiments configured with the SDK, you can enable/disable the setting `fe
40
40
41
41
The following table shows the accepted settings for `featurization` in the [AutoMLConfig class](/python/api/azureml-train-automl-client/azureml.train.automl.automlconfig.automlconfig).
42
42
43
-
Featurization Configuration | Description
44
-
------------- | -------------
45
-
**`"featurization": 'auto'`**| Indicates that as part of preprocessing, [data guardrails and featurization steps](#featurization) are performed automatically. **Default setting**.
46
-
**`"featurization": 'off'`**| Indicates featurization steps shouldn't be done automatically.
47
-
**`"featurization":` `'FeaturizationConfig'`**| Indicates customized featurization step should be used. [Learn how to customize featurization](#customize-featurization).|
43
+
|Featurization Configuration | Description|
44
+
------------- | ------------- |
45
+
|**`"featurization": 'auto'`**| Indicates that as part of preprocessing, [data guardrails and featurization steps](#featurization) are performed automatically. **Default setting**.|
46
+
|**`"featurization": 'off'`**| Indicates featurization steps shouldn't be done automatically.|
47
+
|**`"featurization":` `'FeaturizationConfig'`**| Indicates customized featurization step should be used. [Learn how to customize featurization](#customize-featurization).|
48
48
49
49
<aname="featurization"></a>
50
50
@@ -86,11 +86,11 @@ You can review the data guardrails pertaining to your experiment
86
86
87
87
Data guardrails will display one of three states: **Passed**, **Done**, or **Alerted**.
88
88
89
-
State| Description
90
-
----|----
91
-
**Passed**| No data problems were detected and no user action is required.
92
-
**Done**| Changes were applied to your data. We encourage users to review the corrective actions Automated ML took to ensure the changes align with the expected results.
93
-
**Alerted**| A data issue that could not be remedied was detected. We encourage users to revise and fix the issue.
89
+
|State| Description|
90
+
|----|----|
91
+
|**Passed**| No data problems were detected and no user action is required. |
92
+
|**Done**| Changes were applied to your data. We encourage users to review the corrective actions Automated ML took to ensure the changes align with the expected results. |
93
+
|**Alerted**| A data issue that could not be remedied was detected. We encourage users to revise and fix the issue.|
94
94
95
95
The following table describes the data guardrails currently supported, and the associated statuses that users may come across when submitting their experiment.
0 commit comments