Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: j-svensmark <[email protected]>
  • Loading branch information
j-svensmark authored Dec 26, 2023
1 parent 47b4ceb commit 13bb082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/5_advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@
"\n",
"* Similarly, the list of items to recommend can also be specified using the `item_list` argument in the **score** function.\n",
"* Items that are not in the `item_list` will be removed from the recommender and items in the `item_list` not in the recommender will be added. \n",
"* Same as above, if untrained (cold) items are added to the recommender, warm start can be used with the corresponding `item features`."
"* Same as above, if untrained (cold) items are added to the recommender, warm start can be used with the corresponding `item_features`."
]
},
{
Expand Down

0 comments on commit 13bb082

Please sign in to comment.