Skip to content

Commit 0e582de

Browse files
committed
edits
1 parent 593d7b7 commit 0e582de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cognitive-services/personalizer/troubleshooting.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ These issues should be transparent. If they continue, contact support by selecti
3333
<summary>
3434
<b>The learning loop doesn't attain a 100% match to the system without Personalizer. How do I fix this?</b></summary>
3535

36-
**Answer**: The three reasons you don't attain your goal with the learning loop:
36+
**Answer**: The reasons you don't attain your goal with the learning loop:
3737
* Not enough features sent with Rank API call
3838
* Bugs in the features sent - such as sending non-aggregated feature data such as timestamps to Rank API
3939
* Bugs with loop processing - such as not sending reward data to Reward API for events
40+
41+
To fix, you need to change the processing by either changing the features send to the loop, or making sure the reward is a correct evaluation of the quality of the Rank's response.
42+
4043
</details>
4144

4245
<details>

0 commit comments

Comments
 (0)