Skip to content

Commit

Permalink
fix 'No Attribute named _set_params'.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchao-33 committed May 11, 2016
1 parent 9476420 commit 0293653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scikits/crab/recommenders/svd/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,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

0 comments on commit 0293653

Please sign in to comment.