Skip to content

Commit 8d1b040

Browse files
committed
fix links
1 parent 8e0a0fd commit 8d1b040

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/cognitive-services/personalizer/concept-active-inactive-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is important the that the learning loop know the actual type of event. An ina
1515

1616
## Typical active events scenario
1717

18-
When your application calls the Rank API, you receive the action which the application should show in the **rewardActionId** field. From that moment, Personalizer expects a Reward call with a reward score that has the same eventId. The reward score is used to train the model for future Rank calls. If no Reward call is received for the eventId, a default reward is applied. [Default rewards](how-to-settings#configure-rewards-for-the-feedback-loop-based-on-use-case) are set on your Personalizer resource in the Azure portal.
18+
When your application calls the Rank API, you receive the action which the application should show in the **rewardActionId** field. From that moment, Personalizer expects a Reward call with a reward score that has the same eventId. The reward score is used to train the model for future Rank calls. If no Reward call is received for the eventId, a default reward is applied. [Default rewards](how-to-settings.md#configure-rewards-for-the-feedback-loop-based-on-use-case) are set on your Personalizer resource in the Azure portal.
1919

2020
## Other event type scenarios
2121

articles/cognitive-services/personalizer/concept-active-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 02/20/2020
99

1010
Learning settings determine the *hyperparameters* of the model training. Two models of the same data that are trained on different learning settings will end up different.
1111

12-
[Learning policy and settings](how-to-settings#configure-rewards-for-the-feedback-loop-based-on-use-case) are set on your Personalizer resource in the Azure portal.
12+
[Learning policy and settings](how-to-settings.md#configure-rewards-for-the-feedback-loop-based-on-use-case) are set on your Personalizer resource in the Azure portal.
1313

1414
### Import and export learning policies
1515

articles/cognitive-services/personalizer/concept-rewards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The reward score indicates how well the personalization choice, [RewardActionID]
1111

1212
Personalizer trains its machine learning models by evaluating the rewards.
1313

14-
Learn [how to](how-to-settings.md#configure-rewards-for-the-feedback-loop-based-on-use-case) configure the default reward score in the Azure portal for your Personalizer resource.
14+
Learn [how to](how-to-settings.md#configure-rewards-for-the-feedback-loop) configure the default reward score in the Azure portal for your Personalizer resource.
1515

1616
## Use Reward API to send reward score to Personalizer
1717

articles/cognitive-services/personalizer/how-personalizer-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Personalizer reource, your _learning loop_, uses machine learning to build t
1414
You send _actions with features_ and _context features_ to the Rank API. The **Rank** API decides to use either:
1515

1616
* _Exploit_: The current model to decide the best action based on past data.
17-
* _Explore_: Select a different action instead of the top action. You [configure this percentage](how-to-settings#configure-exploration-to-allow-the-learning-loop-to-adapt) for your Personalizer resource in the Azure portal.
17+
* _Explore_: Select a different action instead of the top action. You [configure this percentage](how-to-settings.md#configure-exploration-to-allow-the-learning-loop-to-adapt) for your Personalizer resource in the Azure portal.
1818

1919
You determine the reward score and send that score to the Reward API. The **Reward** API:
2020

0 commit comments

Comments
 (0)