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

Integrate surprise for recommender systems/collaborative filtering #50

Open
kveerama opened this issue Dec 16, 2018 · 0 comments
Open
Labels
new primitives A new primitive is being requested Pending Review The bug is not confirmed or the feature request is being considered

Comments

@kveerama
Copy link
Contributor

Surprise provides a variety of solutions for recommender systems. It has SVD, SVD++, NMF, Slope One, k-NN, Centered k-NN, k-NN Baseline, Co-Clustering, and Random. It is pretty close to scikit-learn API so perhaps we only need JSONs to add them as primitives.
https://github.com/NicolasHug/Surprise

@csala csala added the new primitives A new primitive is being requested label Dec 20, 2018
@csala csala added the Pending Review The bug is not confirmed or the feature request is being considered label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new primitives A new primitive is being requested Pending Review The bug is not confirmed or the feature request is being considered
Projects
None yet
Development

No branches or pull requests

2 participants