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

books2rec returns already-read books as recommendations #29

Open
davecahill opened this issue Jan 15, 2019 · 1 comment
Open

books2rec returns already-read books as recommendations #29

davecahill opened this issue Jan 15, 2019 · 1 comment

Comments

@davecahill
Copy link

Very cool project, I was happy to stumble upon it. I've been using Goodreads for many years, and always been disappointed by the recommendations - I don't think I've read a single book on their recommendations!

Just filing this to note that my recommendations included some books I had read.

For example, I was recommended this:
https://www.goodreads.com/book/show/135479.Cat_s_Cradle

Whereas I have read that book and marked it read on Goodreads. My best guess is that books2rec is considering different editions of the same book as different books - this is the version I have shelved:
https://www.goodreads.com/book/show/8699986-cat-s-cradle

Again, partly a guess, but maybe the system should check if the work_id of the book to be recommended matches the work_id of a book the user has read? (http://fastml.com/goodbooks-10k-a-new-dataset-for-book-recommendations/ talks a bit about work_id vs book_id).

In any case, thanks for the project - very cool.

@dorukkilitcioglu
Copy link
Owner

We're aware of this problem, and as you said, it has to do with the different editions of the same book. It's been on the back burner for a while, so hopefully we will end up having time to work on it soon.

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

No branches or pull requests

2 participants