-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Attribute named _set_params #94
Comments
This project seems unfortunately neglected/abandoned.. but here's what I did to make the doc example at least work with a more recent version of scikit-learn (0.14):
Also note that there's an error in the doc example: |
i replaced , but it did not work.... then i reloaded my notebook, it was ok... |
AttributeError: 'UserBasedRecommender' object has no attribute "_ set_ params"
AttributeError: 'ItemBasedRecommender' object has no attribute _ set_ params
The tests results:
Ran 100 tests in 9.540s
FAILED (errors=27, failures=2)
crab / scikits / crab / recommenders / svd / classes.py
line: 289
crab / scikits / crab / recommenders / knn / classes.py
line:138
and a whole bunch of other places. But same problem.
I am running on mac with git clone of repository.
The text was updated successfully, but these errors were encountered: