We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
num_recommendations
After running the code in example/Demo.ipynb, I tried generating more book recommendations in a new cell:
example/Demo.ipynb
recommendations_sim_books = rec_system.get_recommendations('0971880107', num_recommendations=2)
No matter what value I give to num_recommendations, though, I still get 5 in the output
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After running the code in
example/Demo.ipynb
, I tried generating more book recommendations in a new cell:No matter what value I give to
num_recommendations
, though, I still get 5 in the outputThe text was updated successfully, but these errors were encountered: