MLPrimitives icon indicating copy to clipboard operation
MLPrimitives copied to clipboard

Integrate surprise for recommender systems/collaborative filtering

Open kveerama opened this issue 6 years ago • 0 comments

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

kveerama avatar Dec 16 '18 16:12 kveerama