You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/azurenotebook/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Personalizer simulation in an Azure notebook
2
2
3
-
This tutorial simulates a Personalizer loop _system_ which suggests which type of coffee a customer should order. The users and their preferences are stored in a [user dataset](usrs.json). Information about the coffee is also available and stored in a [coffee dataset](coffee.json).
3
+
This tutorial simulates a Personalizer loop _system_ which suggests which type of coffee a customer should order. The users and their preferences are stored in a [user dataset](users.json). Information about the coffee is also available and stored in a [coffee dataset](coffee.json).
4
4
5
5
Run the system for 10,000 requests and then create graph showing how fast and accurately the system learned.
6
6
@@ -29,4 +29,4 @@ All the instructions are in the notebook. Here is an abbreviated explanation.
0 commit comments