Skip to content

Commit 53136f3

Browse files
committed
updates from Vijai
1 parent 30fdc55 commit 53136f3

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ View and change details of your project. In this tab you can:
237237

238238
[!INCLUDE [add-label](../../includes/machine-learning-data-labeling-add-label.md)]
239239

240+
## Start an ML assisted labeling task
241+
242+
[!INCLUDE [start-ml-assist](../../includes/machine-learning-data-labeling-start-ml-assist.md)]
243+
240244
## Export the labels
241245

242246
Use the **Export** button on the **Project details** page of your labeling project. You can export the label data for Machine Learning experimentation at any time.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ To directly upload your data:
114114
> [!NOTE]
115115
> Incremental refresh is available for projects that use tabular (.csv or .tsv) dataset input. However, only new tabular files are added. Changes to existing tabular files will not be recognized from the refresh.
116116
117+
117118
## Specify label categories
118119

119120
[!INCLUDE [classes](../../includes/machine-learning-data-labeling-classes.md)]
@@ -212,6 +213,7 @@ View and change details of your project. In this tab you can:
212213
* View details of the storage container used to store labeled outputs in your project
213214
* Add labels to your project
214215
* Edit instructions you give to your labels
216+
* Change settings for ML assisted labeling, and kick off a labeling task
215217

216218
### Access for labelers
217219

@@ -221,6 +223,10 @@ View and change details of your project. In this tab you can:
221223

222224
[!INCLUDE [add-label](../../includes/machine-learning-data-labeling-add-label.md)]
223225

226+
## Start an ML assisted labeling task
227+
228+
[!INCLUDE [start-ml-assist](../../includes/machine-learning-data-labeling-start-ml-assist.md)]
229+
224230
## Export the labels
225231

226232
Use the **Export** button on the **Project details** page of your labeling project. You can export the label data for Machine Learning experimentation at any time.

includes/machine-learning-data-labeling-refresh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Select **Enable incremental refresh at regular intervals** when you want your pr
1515
Unselect if you don't want new files in the datastore to automatically be added to your project.
1616

1717
> [!IMPORTANT]
18-
> Don't create a new version for the dataset you want to update. If you do, the updates will not be seen, as the data labeling project is pinned to the initial version. Instead, use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to modify your data in the appropriate folder in the blob storage.
18+
> Don't create a new version for the dataset you want to update. If you do, the updates will not be seen, as the data labeling project is pinned to the initial version. Instead, use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/) to modify your data in the appropriate folder in the blob storage.
19+
> Also, don't remove data. Removing data from the dataset your project uses will cause an error in the project.
1920
2021
After the project is created, use the [**Details**](#details-tab) tab to change **incremental refresh**, view the timestamp for the last refresh, and request an immediate refresh of data.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
author: sgilley
3+
ms.service: machine-learning
4+
ms.topic: include
5+
ms.date: 01/27/2023
6+
ms.author: sdgilley
7+
---
8+
9+
ML assisted labeling starts automatically after a certain number of items have been labeled. This automatic threshhold varies by project. However, you can manually start an ML assisted training run, as long as your your project contains at least some labeled data.
10+
11+
> [!NOTE]
12+
> On-demand training is not available for projects created before December, 2022. Create a new project to use this feature.
13+
14+
Use the **Details** section to start a new ML assisted training run.
15+
16+
1. At the top of your project, select **Details**.
17+
1. On the side navigation for **Details**, select **ML assisted labeling**
18+
1. Scroll to the bottom if necessary and select **Start** for **On-demand training**

0 commit comments

Comments
 (0)