Skip to content

Commit 655d72e

Browse files
Merge pull request #261984 from sdgilley/sdg-update-metadata
update metadata for code changes
2 parents d3cfb0a + 0c462be commit 655d72e

10 files changed

+23
-20
lines changed

articles/machine-learning/concept-package-models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.service: machine-learning
1010
ms.subservice: mlops
1111
ms.date: 12/08/2023
1212
ms.topic: concept-article
13+
ms.custom: update-code
1314
---
1415

1516
# Model packages for deployment (preview)

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: swatig
88
ms.reviewer: ssalgado
99
ms.service: machine-learning
1010
ms.subservice: automl
11-
ms.custom: event-tier1-build-2022, ignite-2022, devx-track-azurecli, devx-track-python
11+
ms.custom: event-tier1-build-2022, ignite-2022, devx-track-azurecli, devx-track-python, update-code
1212
ms.topic: how-to
1313
ms.date: 11/07/2023
1414
#Customer intent: I'm a data scientist with ML knowledge in the computer vision space, looking to build ML models using image data in Azure Machine Learning with full control of the model architecture, hyperparameters, and training and deployment environments.

articles/machine-learning/how-to-deploy-mlflow-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: fasantia
1010
ms.reviewer: mopeakande
1111
ms.date: 06/06/2022
1212
ms.topic: how-to
13-
ms.custom: deploy, mlflow, devplatv2, no-code-deployment, cliv2, event-tier1-build-2022
13+
ms.custom: deploy, mlflow, devplatv2, no-code-deployment, cliv2, event-tier1-build-2022, update-code
1414
ms.devlang: azurecli
1515
---
1616

articles/machine-learning/how-to-manage-inputs-outputs-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: xiaoharper
1010
ms.reviewer: lagayhar
1111
ms.date: 08/27/2023
1212
ms.topic: how-to
13-
ms.custom: devplatv2, pipeline, devx-track-azurecli
13+
ms.custom: devplatv2, pipeline, devx-track-azurecli, update-code
1414
---
1515
# Manage inputs and outputs of component and pipeline
1616

articles/machine-learning/how-to-package-models-app-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.service: machine-learning
1010
ms.subservice: mlops
1111
ms.date: 12/08/2023
1212
ms.topic: how-to
13+
ms.custom: update-code
1314
---
1415

1516
# Package and deploy models outside Azure Machine Learning (preview)

articles/machine-learning/how-to-package-models-moe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.service: machine-learning
1010
ms.subservice: mlops
1111
ms.date: 12/08/2023
1212
ms.topic: how-to
13+
ms.custom: update-code
1314
---
1415

1516
# Deploy model packages to online endpoints (preview)

articles/machine-learning/how-to-package-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: mopeakande
88
reviewer: msakande
99
ms.service: machine-learning
1010
ms.subservice: mlops
11-
ms.custom: devx-track-python
11+
ms.custom: devx-track-python, update-code
1212
ms.date: 12/08/2023
1313
ms.topic: how-to
1414
---

articles/machine-learning/how-to-prepare-datasets-for-automl-images.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: rvadthyavath
77
ms.service: machine-learning
88
ms.subservice: automl
99
ms.topic: how-to
10-
ms.custom: template-how-to, sdkv2, event-tier1-build-2022, ignite-2022
10+
ms.custom: template-how-to, sdkv2, event-tier1-build-2022, ignite-2022, update-code
1111
ms.reviewer: ssalgado
1212
ms.date: 05/26/2022
1313
---
@@ -32,18 +32,18 @@ If your labeled training data is in a different format (like, pascal VOC or COCO
3232
* Familiarize yourself with the accepted [schemas for JSONL files for AutoML computer vision experiments](reference-automl-images-schema.md).
3333

3434
## Get labeled data
35-
In order to train computer vision models using AutoML, you need to first get labeled training data. The images need to be uploaded to the cloud and label annotations need to be in JSONL format. You can either use the Azure Machine Learning Data Labeling tool to label your data or you could start with pre-labeled image data.
35+
In order to train computer vision models using AutoML, you need to first get labeled training data. The images need to be uploaded to the cloud and label annotations need to be in JSONL format. You can either use the Azure Machine Learning Data Labeling tool to label your data or you could start with prelabeled image data.
3636

3737
### Using Azure Machine Learning Data Labeling tool to label your training data
38-
If you don't have pre-labeled data, you can use Azure Machine Learning's [data labeling tool](how-to-create-image-labeling-projects.md) to manually label images. This tool automatically generates the data required for training in the accepted format.
38+
If you don't have prelabeled data, you can use Azure Machine Learning's [data labeling tool](how-to-create-image-labeling-projects.md) to manually label images. This tool automatically generates the data required for training in the accepted format.
3939

4040
It helps to create, manage, and monitor data labeling tasks for
4141

4242
+ Image classification (multi-class and multi-label)
4343
+ Object detection (bounding box)
4444
+ Instance segmentation (polygon)
4545

46-
If you already have a data labeling project and you want to use that data, you can [export your labeled data as an Azure Machine Learning Dataset](how-to-create-image-labeling-projects.md#export-the-labels) and then access the dataset under 'Datasets' tab in Azure Machine Learning Studio. This exported dataset can then be passed as an input using `azureml:<tabulardataset_name>:<version>` format. Here is an example on how to pass existing dataset as input for training computer vision models.
46+
If you already have a data labeling project and you want to use that data, you can [export your labeled data as an Azure Machine Learning Dataset](how-to-create-image-labeling-projects.md#export-the-labels) and then access the dataset under 'Datasets' tab in Azure Machine Learning studio. This exported dataset can then be passed as an input using `azureml:<tabulardataset_name>:<version>` format. Here's an example of how to pass existing dataset as input for training computer vision models.
4747

4848
# [Azure CLI](#tab/cli)
4949

@@ -73,21 +73,21 @@ my_training_data_input = Input(
7373

7474
# [Studio](#tab/Studio)
7575

76-
Please refer to Cli/Sdk tabs for reference.
76+
Refer to Cli/Sdk tabs for reference.
7777

7878
---
7979

80-
### Using pre-labeled training data from local machine
81-
If you have previously labeled data that you would like to use to train your model, you will first need to upload the images to the default Azure Blob Storage of your Azure Machine Learning Workspace and register it as a [data asset](how-to-create-data-assets.md).
80+
### Using prelabeled training data from local machine
81+
If you have previously labeled data that you would like to use to train your model, you'll first need to upload the images to the default Azure Blob Storage of your Azure Machine Learning Workspace and register it as a [data asset](how-to-create-data-assets.md).
8282

8383
The following script uploads the image data on your local machine at path "./data/odFridgeObjects" to datastore in Azure Blob Storage. It then creates a new data asset with the name "fridge-items-images-object-detection" in your Azure Machine Learning Workspace.
8484

85-
If there already exists a data asset with the name "fridge-items-images-object-detection" in your Azure Machine Learning Workspace, it will update the version number of the data asset and point it to the new location where the image data uploaded.
85+
If there already exists a data asset with the name "fridge-items-images-object-detection" in your Azure Machine Learning Workspace, it updates the version number of the data asset and point it to the new location where the image data uploaded.
8686

8787
# [Azure CLI](#tab/cli)
8888
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
8989

90-
Create a .yml file with the following configuration.
90+
Create an .yml file with the following configuration.
9191

9292
```yml
9393
$schema: https://azuremlschemas.azureedge.net/latest/data.schema.json
@@ -97,7 +97,7 @@ path: ./data/odFridgeObjects
9797
type: uri_folder
9898
```
9999
100-
To upload the images as a data asset, you run the following CLI v2 command with the path to your .yml file, workspace name, resource group and subscription ID.
100+
To upload the images as a data asset, you run the following CLI v2 command with the path to your .yml file, workspace name, resource group, and subscription ID.
101101
102102
```azurecli
103103
az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE] --resource-group [YOUR_AZURE_RESOURCE_GROUP] --subscription [YOUR_AZURE_SUBSCRIPTION]
@@ -115,12 +115,12 @@ az ml data create -f [PATH_TO_YML_FILE] --workspace-name [YOUR_AZURE_WORKSPACE]
115115

116116
---
117117

118-
If you already have your data present in an existing datastore and want to create a data asset out of it, you can do so by providing the path to the data in the datastore, instead of providing the path of your local machine. Update the code [above](how-to-prepare-datasets-for-automl-images.md#using-pre-labeled-training-data-from-local-machine) with the following snippet.
118+
If you already have your data present in an existing datastore and want to create a data asset out of it, you can do so by providing the path to the data in the datastore, instead of providing the path of your local machine. Update the code [above](how-to-prepare-datasets-for-automl-images.md#using-prelabeled-training-data-from-local-machine) with the following snippet.
119119

120120
# [Azure CLI](#tab/cli)
121121
[!INCLUDE [cli v2](includes/machine-learning-cli-v2.md)]
122122

123-
Create a .yml file with the following configuration.
123+
Create an .yml file with the following configuration.
124124

125125
```yml
126126
$schema: https://azuremlschemas.azureedge.net/latest/data.schema.json
@@ -148,15 +148,15 @@ my_data = Data(
148148

149149
---
150150

151-
Next, you will need to get the label annotations in JSONL format. The schema of labeled data depends on the computer vision task at hand. Refer to [schemas for JSONL files for AutoML computer vision experiments](reference-automl-images-schema.md) to learn more about the required JSONL schema for each task type.
151+
Next, you'll need to get the label annotations in JSONL format. The schema of labeled data depends on the computer vision task at hand. Refer to [schemas for JSONL files for AutoML computer vision experiments](reference-automl-images-schema.md) to learn more about the required JSONL schema for each task type.
152152

153153
If your training data is in a different format (like, pascal VOC or COCO), [helper scripts](https://github.com/Azure/azureml-examples/blob/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/image-object-detection/coco2jsonl.py) to convert the data to JSONL are available in [notebook examples](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs).
154154

155155
Once you have created jsonl file following the above steps, you can register it as a data asset using UI. Make sure you select `stream` type in schema section as shown below.
156156

157157
![Animation showing how to register a data asset from the jsonl files](media\how-to-prepare-datasets-for-automl-images\ui-dataset-jsnol.gif)
158158

159-
### Using pre-labeled training data from Azure Blob storage
159+
### Using prelabeled training data from Azure Blob storage
160160
If you have your labeled training data present in a container in Azure Blob storage, then you can access it directly from there by [creating a datastore referring to that container](how-to-datastore.md#create-an-azure-blob-datastore).
161161

162162
## Create MLTable

articles/machine-learning/reference-automl-images-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to format your JSONL files for data consumption in automa
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: automl
8-
ms.custom: ignite-2022, devx-track-python
8+
ms.custom: ignite-2022, devx-track-python, update-code
99
ms.topic: reference
1010
ms.reviewer: ssalgado
1111
ms.author: rvadthyavath

articles/machine-learning/tutorial-auto-train-image-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: swatig007
1010
ms.author: swatig
1111
ms.reviewer: ssalgado
1212
ms.date: 11/07/2023
13-
ms.custom: devx-track-python, automl, event-tier1-build-2022, ignite-2022, devx-track-azurecli, build-2023
13+
ms.custom: devx-track-python, automl, event-tier1-build-2022, ignite-2022, devx-track-azurecli, build-2023, update-code
1414
---
1515

1616
# Tutorial: Train an object detection model with AutoML and Python

0 commit comments

Comments
 (0)