Skip to content

Commit e70f8a4

Browse files
authored
Merge pull request #174244 from sdgilley/sdg-redirect
delete and redirect labeling project -> image labeling
2 parents 8359bbe + ca5d043 commit e70f8a4

11 files changed

+17
-315
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,6 +2453,11 @@
24532453
"redirect_url": "/azure/analysis-services/analysis-services-overview",
24542454
"redirect_document_id": false
24552455
},
2456+
{
2457+
"source_path_from_root": "/articles/machine-learning/how-to-create-labeling-projects.md",
2458+
"redirect_url": "/azure/machine-learning/how-to-create-image-labeling-projects",
2459+
"redirect_document_id": true
2460+
},
24562461
{
24572462
"source_path_from_root": "/articles/machine-learning/overview-what-is-azure-ml.md",
24582463
"redirect_url": "/azure/machine-learning/overview-what-is-azure-machine-learning",

articles/machine-learning/concept-azure-machine-learning-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The studio is also where you access the interactive tools that are part of Azure
265265
+ [Azure Machine Learning designer](concept-designer.md) to perform workflow steps without writing code
266266
+ Web experience for [automated machine learning](concept-automated-ml.md)
267267
+ [Azure Machine Learning notebooks](how-to-run-jupyter-notebooks.md) to write and run your own code in integrated Jupyter notebook servers.
268-
+ [Data labeling projects](how-to-create-labeling-projects.md) to create, manage, and monitor projects to label your data
268+
+ Data labeling projects to create, manage, and monitor projects for labeling [images](how-to-create-image-labeling-projects.md) or [text](how-to-create-text-labeling-projects.md).
269269

270270
### Programming tools
271271

articles/machine-learning/concept-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Labeling large amounts of data has often been a headache in machine learning pro
113113

114114
Azure Machine Learning gives you a central location to create, manage, and monitor labeling projects. Labeling projects help coordinate the data, labels, and team members, allowing you to more efficiently manage the labeling tasks. Currently supported tasks are image classification, either multi-label or multi-class, and object identification using bounded boxes.
115115

116-
Create a [data labeling project](how-to-create-labeling-projects.md), and output a dataset for use in machine learning experiments.
116+
Create an [image labeling project](how-to-create-image-labeling-projects.md) or [text labeling project](how-to-create-text-labeling-projects.md), and output a dataset for use in machine learning experiments.
117117

118118
<a name="drift"></a>
119119

articles/machine-learning/how-to-create-labeling-projects.md

Lines changed: 0 additions & 304 deletions
This file was deleted.

articles/machine-learning/how-to-create-register-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ file_dataset = file_dataset.filter(file_dataset.file_metadata['Size'] < 100000)
223223
file_dataset = file_dataset.filter((file_dataset.file_metadata['CreatedTime'] < datetime(2020,1,1)) | (file_dataset.file_metadata['CanSeek'] == False))
224224
```
225225

226-
**Labeled datasets** created from [data labeling projects](how-to-create-labeling-projects.md) are a special case. These datasets are a type of TabularDataset made up of image files. For these types of datasets, you can [filter()](/python/api/azureml-core/azureml.data.tabulardataset#filter-expression-) images by metadata, and by column values like `label` and `image_details`.
226+
**Labeled datasets** created from [image labeling projects](how-to-create-image-labeling-projects.md) are a special case. These datasets are a type of TabularDataset made up of image files. For these types of datasets, you can [filter()](/python/api/azureml-core/azureml.data.tabulardataset#filter-expression-) images by metadata, and by column values like `label` and `image_details`.
227227

228228
```python
229229
# Dataset that only contains records where the label column value is dog

articles/machine-learning/how-to-label-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: data4ml
1313

1414
# Labeling images and text documents
1515

16-
After your project administrator [creates a data labeling project](./how-to-create-labeling-projects.md#create-a-data-labeling-project) in Azure Machine Learning, you can use the labeling tool to rapidly prepare data for a Machine Learning project. This article describes:
16+
After your project administrator creates an [image data labeling project](./how-to-create-image-labeling-projects.md) or [text data labeling project](./how-to-create-text-labeling-projects.md) in Azure Machine Learning, you can use the labeling tool to rapidly prepare data for a Machine Learning project. This article describes:
1717

1818
> [!div class="checklist"]
1919
> * How to access your labeling projects

articles/machine-learning/how-to-network-security-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ To enable full studio functionality, see [Use Azure Machine Learning studio in a
163163

164164
### Limitations
165165

166-
[ML-assisted data labeling](how-to-create-labeling-projects.md#use-ml-assisted-data-labeling) doesn't support a default storage account behind a virtual network. Instead, use a storage account other than the default for ML assisted data labeling.
166+
[ML-assisted data labeling](how-to-create-image-labeling-projects.md#use-ml-assisted-data-labeling) doesn't support a default storage account behind a virtual network. Instead, use a storage account other than the default for ML assisted data labeling.
167167

168168
> [!TIP]
169169
> As long as it is not the default storage account, the account used by data labeling can be secured behind the virtual network.

articles/machine-learning/how-to-outsource-data-labeling.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before you create your data labeling project:
3131

3232
Once the contract with the vendor labeling company is in place:
3333

34-
1. Create the labeling project in [Azure Machine Learning studio](https://ml.azure.com). For more details on creating a project, see [Create a data labeling project and export labels](how-to-create-labeling-projects.md).
34+
1. Create the labeling project in [Azure Machine Learning studio](https://ml.azure.com). For more details on creating a project, see how to create an [image labeling project](how-to-create-image-labeling-projects.md) or [text labeling project](how-to-create-text-labeling-projects.md).
3535
1. You're not limited to using a data labeling provider from Azure Marketplace. But if you do use a provider from Azure Marketplace:
3636
1. Select **Use a vendor labeling company from Azure Marketplace** in the workforce step.
3737
1. Select the appropriate data labeling company in the dropdown.
@@ -78,4 +78,5 @@ In order for the vendor labeling company to have access into your projects, you'
7878
7979
## Next steps
8080

81-
[Create a data labeling project and export labels](how-to-create-labeling-projects.md)
81+
* [Create an image labeling project and export labels](how-to-create-image-labeling-projects.md)
82+
* [Create a text labeling project and export labels (preview)](how-to-create-text-labeling-projects.md)

articles/machine-learning/how-to-use-labeled-dataset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ In this article, you'll learn how to export the data labels from an Azure Machin
1919

2020
## What are datasets with labels
2121

22-
We refer to Azure Machine Learning datasets with labels as labeled datasets. These specific dataset types of labeled datasets are only created as an output of Azure Machine Learning data labeling projects. Create a data labeling project with [these steps](how-to-create-labeling-projects.md). Machine Learning supports data labeling projects for image classification, either multi-label or multi-class, and object identification together with bounded boxes.
22+
We refer to Azure Machine Learning datasets with labels as labeled datasets. These specific dataset types of labeled datasets are only created as an output of Azure Machine Learning data labeling projects. Create a data labeling project [for image labeling](how-to-create-image-labeling-projects.md) or [text labeling](how-to-create-text-labeling-projects.md). Machine Learning supports data labeling projects for image classification, either multi-label or multi-class, and object identification together with bounded boxes.
2323

2424
## Prerequisites
2525

2626
* An Azure subscription. If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
2727
* The [Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/intro), or access to [Azure Machine Learning studio](https://ml.azure.com/).
2828
* Install the [azure-contrib-dataset](/python/api/azureml-contrib-dataset/) package
2929
* A Machine Learning workspace. See [Create an Azure Machine Learning workspace](how-to-manage-workspace.md).
30-
* Access to an Azure Machine Learning data labeling project. If you don't have a labeling project, create one with [these steps](how-to-create-labeling-projects.md).
30+
* Access to an Azure Machine Learning data labeling project. If you don't have a labeling project, first create one for [image labeling](how-to-create-image-labeling-projects.md) or [text labeling](how-to-create-text-labeling-projects.md).
3131

3232
## Export data labels
3333

articles/machine-learning/overview-what-is-machine-learning-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The studio offers multiple authoring experiences depending on the type project a
5151

5252
+ **Data labeling**
5353

54-
Use [Azure Machine Learning data labeling](how-to-create-labeling-projects.md) to efficiently coordinate data labeling projects.
54+
Use Azure Machine Learning data labeling to efficiently coordinate [image labeling](how-to-create-image-labeling-projects.md) or [text labeling](how-to-create-text-labeling-projects.md) projects.
5555

5656
## Manage assets and resources
5757

0 commit comments

Comments
 (0)