Skip to content

Commit b5333cb

Browse files
authored
Merge pull request #264575 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 68f1784 + 06a550b commit b5333cb

File tree

6 files changed

+10
-21
lines changed

6 files changed

+10
-21
lines changed

articles/ai-services/document-intelligence/concept-add-on-capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Query fields are an add-on capability to extend the schema extracted from any pr
298298

299299
> [!NOTE]
300300
>
301-
> Document Intelligence Studio query field extraction is currently available with the Layout and Prebuilt models starting with the `2023-10-31-preview` API and later releases.
301+
> Document Intelligence Studio query field extraction is currently available with the Layout and Prebuilt models starting with the `2023-10-31-preview` API and later releases except for the ```us.tax.*``` models (W2, 1098s and 1099s models).
302302
303303
### Query field extraction
304304

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

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,14 @@ Otherwise, you see a list of your recent automated ML experiments, including th
124124
------|------
125125
Primary metric| Main metric used for scoring your model. [Learn more about model metrics](how-to-configure-auto-train.md#primary-metric).
126126
Enable ensemble stacking | Ensemble learning improves machine learning results and predictive performance by combining multiple models as opposed to using single models. [Learn more about ensemble models](concept-automated-ml.md#ensemble).
127-
Blocked algorithm| Select algorithms you want to exclude from the training job. <br><br> Allowing algorithms is only available for [SDK experiments](how-to-configure-auto-train.md#supported-algorithms). <br> See the [supported algorithms for each task type](/python/api/azureml-automl-core/azureml.automl.core.shared.constants.supportedmodels).
127+
Blocked models| Select models you want to exclude from the training job. <br><br> Allowing models is only available for [SDK experiments](how-to-configure-auto-train.md#supported-algorithms). <br> See the [supported algorithms for each task type](/python/api/azureml-automl-core/azureml.automl.core.shared.constants.supportedmodels).
128128
Explain best model| Automatically shows explainability on the best model created by Automated ML.
129+
Positive class label| Label that Automated ML will use to calculate binary metrics.
129130

130131

131132
1. (Optional) View featurization settings: if you choose to enable **Automatic featurization** in the **Additional configuration settings** form, default featurization techniques are applied. In the **View featurization settings**, you can change these defaults and customize accordingly. Learn how to [customize featurizations](#customize-featurization).
132133

133-
![Screenshot shows the Select task type dialog box with View featurization settings called out.](media/how-to-use-automated-ml-for-ml-models/view-featurization-settings.png)
134+
![Screenshot shows the Select task type dialog box with View featurization settings called out.](media/how-to-use-automated-ml-for-ml-models/view-featurization.png)
134135

135136
1. The **[Optional] Limits** form allows you to do the following.
136137

@@ -163,7 +164,7 @@ b. Provide a test dataset (preview) to evaluate the recommended model that autom
163164
* The test dataset shouldn't be the same as the training dataset or the validation dataset.
164165
* Forecasting jobs don't support train/test split.
165166
166-
![Screenshot shows the form where to select validation data and test data](media/how-to-use-automated-ml-for-ml-models/validate-test-form.png)
167+
![Screenshot shows the form where to select validation data and test data](media/how-to-use-automated-ml-for-ml-models/validate-and-test.png)
167168

168169
## Customize featurization
169170

@@ -173,11 +174,10 @@ The following table summarizes the customizations currently available via the st
173174

174175
Column| Customization
175176
---|---
176-
Included | Specifies which columns to include for training.
177177
Feature type| Change the value type for the selected column.
178178
Impute with| Select what value to impute missing values with in your data.
179179

180-
![Azure Machine Learning studio custom featurization](media/how-to-use-automated-ml-for-ml-models/custom-featurization.png)
180+
![Screenshot showing Azure Machine Learning studio custom featurization.](media/how-to-use-automated-ml-for-ml-models/updated-featurization.png)
181181

182182
## Run experiment and view results
183183

@@ -192,24 +192,13 @@ The **Job Detail** screen opens to the **Details** tab. This screen shows you a
192192

193193
The **Models** tab contains a list of the models created ordered by the metric score. By default, the model that scores the highest based on the chosen metric is at the top of the list. As the training job tries out more models, they're added to the list. Use this to get a quick comparison of the metrics for the models produced so far.
194194

195-
![Job detail](./media/how-to-use-automated-ml-for-ml-models/explore-models.gif)
196-
197195
### View training job details
198196

199-
Drill down on any of the completed models to see training job details. In the **Model** tab, you can view details like a model summary and the hyperparameters used for the selected model.
200-
201-
[![Hyperparameter details](media/how-to-use-automated-ml-for-ml-models/hyperparameter-button.png)](media/how-to-use-automated-ml-for-ml-models/hyperparameter-details.png#lightbox)
202-
203-
You can also see model specific performance metric charts on the **Metrics** tab. [Learn more about charts](how-to-understand-automated-ml.md).
197+
Drill down on any of the completed models to see training job details.
204198

205-
![Iteration details](media/how-to-use-automated-ml-for-ml-models/iteration-details-expanded.png)
206-
207-
On the Data transformation tab, you can see a diagram of what data preprocessing, feature engineering, scaling techniques and the machine learning algorithm that were applied to generate this model.
208-
209-
>[!IMPORTANT]
210-
> The Data transformation tab is in preview. This capability should be considered [experimental](/python/api/overview/azure/ml/#stable-vs-experimental) and may change at any time.
199+
You can see model specific performance metric charts on the **Metrics** tab. [Learn more about charts](how-to-understand-automated-ml.md).
211200

212-
![Data transformation](./media/how-to-use-automated-ml-for-ml-models/data-transformation.png)
201+
This is also where you can find details on all the properties of the model along with associated code, child jobs, and images.
213202

214203
## View remote test job results (preview)
215204

@@ -280,7 +269,7 @@ To generate a Responsible AI dashboard for a particular model,
280269

281270

282271

283-
![Select Explain best model from the Automated ML job configuration page](media/how-to-use-automated-ml-for-ml-models/best-model-selection.png)
272+
![Screenshot showing the Automated ML job configuration page with Explain best model selected.](media/how-to-use-automated-ml-for-ml-models/best-model-selection-updated.png)
284273

285274
3. Proceed to the **Compute** page of the setup form and choose the **Serverless** option for your compute.
286275

28.2 KB
Loading
48.6 KB
Loading
10.9 KB
Loading
52.9 KB
Loading

0 commit comments

Comments
 (0)