Skip to content

Commit 1be63f3

Browse files
committed
edits
1 parent 3f6fc84 commit 1be63f3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/cognitive-services/personalizer/includes/quickstart-sdk-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-services
88
ms.subservice: personalizer
99
ms.topic: include
1010
ms.custom: include file
11-
ms.date: 01/15/2020
11+
ms.date: 04/27/2020
1212
ms.author: diberry
1313
---
1414
[Reference documentation](https://docs.microsoft.com/dotnet/api/Microsoft.Azure.CognitiveServices.Personalizer?view=azure-dotnet-preview) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Personalizer) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/) | [Samples](https://github.com/Azure-Samples/cognitive-services-personalizer-samples)
@@ -106,7 +106,7 @@ Next, create a method to return a Personalizer client. The parameter to the meth
106106

107107
## Get food items as rankable actions
108108

109-
Actions represent the content choices from which you want Personalizer to select the best content item. Add the following methods to the Program class to represent the set of actions and their features.
109+
Actions represent the content choices from which you want Personalizer to select the best content item. Add the following methods to the Program class to represent the set of actions and their features.
110110

111111
[!code-csharp[Food items as actions](~/samples-personalizer/quickstarts/csharp/PersonalizerExample/Program.cs?name=createAction)]
112112

articles/cognitive-services/personalizer/includes/quickstart-sdk-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-services
88
ms.subservice: personalizer
99
ms.topic: include
1010
ms.custom: include file
11-
ms.date: 01/15/2020
11+
ms.date: 04/27/2020
1212
ms.author: diberry
1313
---
1414
[Reference documentation](https://docs.microsoft.com/javascript/api/@azure/cognitiveservices-personalizer/?view=azure-node-latest) |[Library source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cognitiveservices/cognitiveservices-personalizer) | [Package (NPM)](https://www.npmjs.com/package/@azure/cognitiveservices-personalizer) | [Samples](https://github.com/Azure-Samples/cognitive-services-personalizer-samples/blob/master/quickstarts/node/sample.js)
@@ -31,7 +31,7 @@ There are several steps to use this quickstart:
3131

3232
[!INCLUDE [Create Azure resource for Personalizer](create-personalizer-resource.md)]
3333

34-
[!INCLUDE [!Change model frequency](change-model-frequency.md)]
34+
[!INCLUDE [Change model frequency](change-model-frequency.md)]
3535

3636
## Create a new Node.js application
3737

articles/cognitive-services/personalizer/includes/quickstart-sdk-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-services
88
ms.subservice: personalizer
99
ms.topic: include
1010
ms.custom: include file
11-
ms.date: 01/15/2020
11+
ms.date: 04/27/2020
1212
ms.author: diberry
1313
---
1414
[Reference documentation](https://docs.microsoft.com/python/api/azure-cognitiveservices-personalizer/azure.cognitiveservices.personalizer?view=azure-python) | [Library source code](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/cognitiveservices/azure-cognitiveservices-personalizer) | [Package (pypi)](https://pypi.org/project/azure-cognitiveservices-personalizer/) | [Samples](https://github.com/Azure-Samples/cognitive-services-personalizer-samples/blob/master/quickstarts/python/sample.py)
@@ -31,7 +31,7 @@ There are several steps to use this quickstart:
3131

3232
[!INCLUDE [Create Azure resource for Personalizer](create-personalizer-resource.md)]
3333

34-
[!INCLUDE [!Change model frequency](change-model-frequency.md)]
34+
[!INCLUDE [Change model frequency](change-model-frequency.md)]
3535

3636
## Install the Python library for Personalizer
3737

articles/cognitive-services/personalizer/sdk-learning-loop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Display personalized content in this quickstart with the Personalizer service.
1212

1313
Get started with the Personalizer client library. Follow these steps to install the package and try out the example code for basic tasks.
1414

15-
* Rank API - Selects the best item, from content items, based on real-time information you provide about content and context.
15+
* Rank API - Selects the best item, from actions, based on real-time information you provide about content and context.
1616
* Reward API - You determine the reward score based on your business needs, then send it to Personalizer with this API. That score can be a single value such as 1 for good, and 0 for bad, or an algorithm you create based on your business needs.
1717

1818
::: zone pivot="programming-language-csharp"

articles/cognitive-services/personalizer/tutorial-use-azure-notebook-generate-loop-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def add_event_id(rankjsonobj):
293293

294294
This function selects a unique user, weather, and time of day, then adds those items to the JSON object to send to the Rank request.
295295

296-
The cell has no output. When the function is called it returns the random user's name, random weather, and random time of day.
296+
The cell has no output. When the function is called, it returns the random user's name, random weather, and random time of day.
297297

298298
The list of 4 users and their preferences - only some preferences are shown for brevity:
299299

0 commit comments

Comments
 (0)