Skip to content
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

Update README.rst #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update README.rst #15

wants to merge 1 commit into from

Conversation

lenguyenthedat
Copy link

Need only_unknowns=True when using svd.recommend() to recommend only non-rated movies to a user

Need `only_unknowns=True` when using svd.recommend() to recommend only *non-rated* movies to a user
@ocelma
Copy link
Owner

ocelma commented Aug 14, 2015

If you change the 'only_unknowns' parameter from False to True in the example, then you also need to update the results (the movies recommended).
They'll be different as it is now (some will be filtered out).

@lenguyenthedat
Copy link
Author

I see, will change this accordingly.

On another note, it seems like we can't use only_unknowns=True when loading svd by the SVDLIBC method (i.e step#8 at https://github.com/ocelma/python-recsys/blob/master/doc/source/quickstart.rst)

Do you have any workaround for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants