Skip to content

Commit 4892107

Browse files
authored
Merge pull request #226172 from PatrickFarley/personalizer-updates2
[cog svcs] Personalizer updates2
2 parents d29e838 + c3ffd89 commit 4892107

File tree

6 files changed

+120
-1069
lines changed

6 files changed

+120
-1069
lines changed

articles/cognitive-services/personalizer/includes/change-model-frequency.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.date: 08/25/2020
1111
---
1212
### Change the model update frequency
1313

14-
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Model update frequency** to 30 seconds. This short duration will train the service rapidly, allowing you to see how the top action changes for each iteration.
14+
In the Azure portal, go to your Personalizer resource's **Configuration** page, and change the **Model update frequency** to 30 seconds. This short duration will train the model rapidly, allowing you to see how the recommended action changes for each iteration.
1515

16-
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)
17-
18-
When a Personalizer loop is first instantiated, there is no model since there has been no Reward API calls to train from. Rank calls will return equal probabilities for each item. Your application should still always rank content using the output of RewardActionId.
16+
![Change model update frequency](../media/settings/configure-model-update-frequency-settings.png)

articles/cognitive-services/personalizer/includes/change-reward-wait-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ ms.date: 07/04/2022
1111
---
1212
### Change the reward wait time
1313

14-
In the Azure portal, in the Personalizer resource on the **Configuration** page, change the **Reward wait time** to 10 minutes. This short duration will train the service rapidly, allowing you to see how the top action changes for each iteration.
14+
In the Azure portal, go to your Personalizer resource's **Configuration** page, and change the **Reward wait time** to 10 minutes. This determines how long the model will wait after sending a recommendation, to receive the reward feedback from that recommendation. Training won't occur until the reward wait time has passed.
1515

1616
![Change reward wait time](../media/settings/configure-reward-wait-time.png)

0 commit comments

Comments
 (0)