Skip to content

Commit 2d88c90

Browse files
authored
Merge pull request #112929 from diberry/diberry/0427-per-fresh-april
[Cogsvcs] Personalizer - April fresh
2 parents cbbe48d + 1be63f3 commit 2d88c90

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Create and use learning loop with SDK - Personalizer"
33
description: This quickstart shows you how to create and manage your knowledge base using the client SDK.
44
ms.topic: quickstart
5-
ms.date: 01/15/2020
5+
ms.date: 04/27/2020
66
zone_pivot_groups: programming-languages-set-six
77
---
88

@@ -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: 2 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: personalizer
1010
ms.topic: tutorial
11-
ms.date: 02/03/2020
11+
ms.date: 04/27/2020
1212
ms.author: diberry
1313
#Customer intent: As a python developer, I want use Personalizer in an Azure Notebook so that I can understand the end to end lifecycle of a Personalizer loop.
1414
---
@@ -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

articles/cognitive-services/personalizer/whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ services: cognitive-services
88
ms.service: cognitive-services
99
ms.subservice: personalizer
1010
ms.topic: conceptual
11-
ms.date: 10/14/2019
11+
ms.date: 03/01/2019
1212
ms.author: diberry
1313
---
1414
# What's new in Personalizer
1515

16-
Learn what's new in the service. These items may include release notes, videos, blog posts, and other types of information. Bookmark this page to keep up-to-date with the service.
16+
Learn what's new in the service. These items may include release notes, videos, blog posts, and other types of information. Bookmark this page to keep up-to-date with the service.
1717

18-
## Release notes
18+
## Release notes
1919

2020
### March 2020
2121

0 commit comments

Comments
 (0)