Skip to content

Commit 2585a6f

Browse files
committed
pm feedback
1 parent 360de1c commit 2585a6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/how-to-configure-auto-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ In every automated machine learning experiment, [automatic scaling and normaliza
3636
> predictions, the same featurization steps applied during training are applied to
3737
> your input data automatically.
3838
39-
For experiments configured with the SDK, you can enable/disable the setting `featurization` and further specify the featurization steps that should be used for your experiment.
39+
For experiments configured with the SDK, you can enable/disable the setting `featurization` and further specify the featurization steps that should be used for your experiment. [Learn how to enable featurization via the Azure Machine Learning studio.](how-to-use-automated-ml-for-ml-models.md#customize-featurization)
4040

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).
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).
4242

4343
Featurization Configuration | Description
4444
------------- | -------------
@@ -110,7 +110,7 @@ Frequency detection |**Passed** <br><br><br><br> **Done** |<br> The time series
110110

111111
You can customize your featurization settings to ensure that the data and features used to train your ML model result in relevant predictions.
112112

113-
To customize featurizations, specify `"featurization": FeaturizationConfig` in your `AutoMLConfig` object. If you are using the Azure Machine Learning studio for your experiment, see [these steps](how-to-use-automated-ml-for-ml-models.md#customize-featurization).
113+
To customize featurizations, specify `"featurization": FeaturizationConfig` in your `AutoMLConfig` object. If you are using the Azure Machine Learning studio for your experiment, see the [how-to](how-to-use-automated-ml-for-ml-models.md#customize-featurization).
114114

115115
Supported customization includes:
116116

articles/machine-learning/how-to-use-automated-ml-for-ml-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Kurtosis| Measure of how heavily tailed this column's data is compared to a norm
155155

156156
## Customize featurization
157157

158-
In the **Featurization** form, you can enable/disable automatic featurization and customize the automatic featurization settings for your experiment.
158+
In the **Featurization** form, you can enable/disable automatic featurization and customize the automatic featurization settings for your experiment. To open this form, see step 10 in the [Create and run experiment](#create-and-run-experiment) section.
159159

160160
The following table summarizes the customizations currently available via the studio.
161161

0 commit comments

Comments
 (0)