Skip to content

Commit

Permalink
Merge pull request #196 from nfultz/patch-1
Browse files Browse the repository at this point in the history
Doc update at recommender_base.py
  • Loading branch information
ita9naiwa authored Jun 9, 2019
2 parents 24d4ea5 + 982e552 commit 94e4e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions implicit/recommender_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ def recommend(self, userid, user_items,
calculate the best items for this user.
N : int, optional
The number of results to return
filter_already_liked_items: bool, optional
When true, don't return items present in the training set that were rated
by the specificed user.
filter_items : sequence of ints, optional
List of extra item ids to filter out from the output
recalculate_user : bool, optional
Expand Down

0 comments on commit 94e4e7c

Please sign in to comment.