Skip to content

Commit

Permalink
Removed leading underscore L138 and L600
Browse files Browse the repository at this point in the history
Research: muricoca#94
  • Loading branch information
zareenfarooqui committed Apr 17, 2016
1 parent afc4996 commit 9476420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scikits/crab/recommenders/knn/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def recommend(self, user_id, how_many=None, **params):
Desired number of recommendations (default=None ALL)
'''
self._set_params(**params)
self.set_params(**params)

candidate_items = self.all_other_items(user_id)

Expand Down Expand Up @@ -597,7 +597,7 @@ def recommend(self, user_id, how_many=None, **params):
'''

self._set_params(**params)
self.set_params(**params)

candidate_items = self.all_other_items(user_id, **params)

Expand Down

0 comments on commit 9476420

Please sign in to comment.