Skip to content

Commit

Permalink
Merge pull request #37 from j-svensmark/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
skadio authored Dec 26, 2023
2 parents 47b4ceb + 13bb082 commit 6980888
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 6980888

Please sign in to comment.