Skip to content

Commit ef0358b

Browse files
authored
Merge pull request #90179 from diberry/0930-personalizer-clear-data
[Cogsvcs] Personalizer - clear data
2 parents c5035da + fad53b9 commit ef0358b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

articles/cognitive-services/personalizer/how-to-settings.md

Lines changed: 16 additions & 1 deletion
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: conceptual
11-
ms.date: 09/12/2019
11+
ms.date: 09/30/2019
1212
ms.author: diberry
1313
#Customer intent:
1414
---
@@ -84,6 +84,21 @@ From the Resource management's section for **Model and Policy**, review model cr
8484
From the Resource management's section for **Model and Policy**, import a new learning policy or export the current learning policy.
8585
You can get learning policy files from previous exports, or downloading the optimized policies discovered during Offline Evaluations. Making manual changes to these files will affect machine learning performance and accuracy of offline evaluations, and Microsoft cannot vouch for the accuracy of machine learning and evaluations, or service exceptions resulting from manually edited policies.
8686

87+
## Clear data for your learning loop
88+
89+
1. In the Azure portal, for your Personalizer resource, on the **Model and Policy** page, select **Clear data**.
90+
1. In order to clear all data, and reset the learning loop to the original state, select all 3 check boxes.
91+
92+
![In Azure portal, clear data from Personalizer resource.](./media/settings/clear-data-from-personalizer-resource.png)
93+
94+
|Setting|Purpose|
95+
|--|--|
96+
|Logged personalization and reward data.|This logging data is used in offline evaluations. Clear the data if you are resetting your resource.|
97+
|Reset the Personalizer model.|This model changes on every retraining. This frequency of training is specified in **upload model frequency** on the **Settings** page. |
98+
|Set the learning policy to default.|If you have changed the learning policy as part of an offline evaluation, this resets to the original learning policy.|
99+
100+
1. Select **Clear selected data** to begin the clearing process. Status is reported in Azure notifications, in the top-right navigation.
101+
87102
## Next steps
88103

89104
<!--
16.4 KB
Loading

0 commit comments

Comments
 (0)