Skip to content

Commit 5022e46

Browse files
committed
[Cogsvcs] LUIS - log=true, active learning
1 parent d845beb commit 5022e46

6 files changed

+19
-4
lines changed

articles/cognitive-services/LUIS/get-started-portal-deploy-app.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-understanding
1010
ms.topic: quickstart
11-
ms.date: 12/17/2019
11+
ms.date: 01/27/2020
1212
ms.author: diberry
1313
#Customer intent: As a new user, I want to deploy a LUIS app in the LUIS portal so I can understand the process of putting the model on the prediction endpoint.
1414
---
@@ -41,7 +41,7 @@ You create the prediction endpoint resource in the Azure portal. This resource s
4141
|Authoring location|**West US**|The Azure region for authoring.|
4242
|Authoring pricing tier|**F0**|The default pricing tier for authoring.|
4343
|Runtime location|**West US**|The Azure region for prediction endpoint queries.|
44-
|Runtime pricing tier|**S0**|This pricing tier provides for a high-traffic websites.|
44+
|Runtime pricing tier|**S0**|This pricing tier provides for high-traffic websites.|
4545
| | | |
4646

4747

@@ -71,6 +71,9 @@ Every time you create a new resource for LUIS, you need to assign the resource t
7171

7272
1. Find the new row in the table for the new prediction resource and copy the endpoint URL. It's correctly constructed to make an `HTTP GET` request to the LUIS API endpoint for a prediction.
7373

74+
> [!TIP]
75+
> If you intend to use Active learning to improve your LUIS app, select **Change query parameters** and select **Save logs**. This action changes the example URL by adding the `log=true` querystring parameter. Copy and use the changed example query URL when making prediction queries to the runtime endpoint.
76+
7477
## Train the app
7578

7679
[!INCLUDE [LUIS How to Train steps](includes/howto-train.md)]

articles/cognitive-services/LUIS/luis-how-to-review-endpoint-utterances.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Review user utterances - LUIS
33
titleSuffix: Azure Cognitive Services
4-
description: Review utterances captured by active learning to select intent and mark entities for read-world utterances; accept changes, train and publish.
4+
description: Review utterances captured by active learning to select intent and mark entities for read-world utterances; accept changes, train, and publish.
55
services: cognitive-services
66
author: diberry
77
manager: nitinme
88
ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 01/23/2020
12+
ms.date: 01/27/2020
1313
ms.author: diberry
1414
---
1515

@@ -23,6 +23,18 @@ The process of reviewing endpoint utterances for correct predictions is called [
2323

2424
To enable active learning, you must log user queries. This is accomplished by calling the [endpoint query](luis-get-started-create-app.md#query-the-v3-api-prediction-endpoint) with the `log=true` querystring parameter and value.
2525

26+
Use the LUIS portal to construct the correct endpoint query.
27+
28+
1. In the preview LUIS portal, select your app from the list of apps.
29+
1. Go to the **Manage** section, then select **Azure resources**.
30+
1. For the assigned prediction resource, select **Change query parameters**.
31+
1. Toggle **Save logs** then save by selecting **Done**.
32+
33+
> [!div class="mx-imgBorder"]
34+
> ![Use LUIS portal to save logs, which is required for active learning.](./media/luis-tutorial-review-endpoint-utterances/luis-portal-manage-azure-resource-save-logs.png)
35+
36+
This action changes the example URL by adding the `log=true` querystring parameter. Copy and use the changed example query URL when making prediction queries to the runtime endpoint.
37+
2638
## Correct intent predictions to align utterances
2739

2840
Each utterance has a suggested intent displayed in the **Aligned intent** column.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)