Skip to content

Commit 299a3dd

Browse files
committed
fix link
1 parent fcc37d1 commit 299a3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Actions represent the content choices from which you want Personalizer to select
9595

9696
## Create the learning loop
9797

98-
The Personalizer learning loop is a cycle of [Rank](#request-a-rank) and [Reward](#send-a-reward) calls. In this quickstart, each rank call, to personalize the content, is followed by a reward call to tell Personalizer how well the service performed.
98+
The Personalizer learning loop is a cycle of [Rank](#request-the-best-action) and [Reward](#send-a-reward) calls. In this quickstart, each rank call, to personalize the content, is followed by a reward call to tell Personalizer how well the service performed.
9999

100100
The following code loops through a cycle of asking the user their preferences at the command line, sending that information to Personalizer to select the best action, presenting the selection to the customer to choose from among the list, then sending a reward to Personalizer signaling how well the service did in its selection.
101101

0 commit comments

Comments
 (0)