SAR prediction for use with PySpark
Project description
SARplus
Simple Algorithm for Recommendation (SAR) is a neighborhood based algorithm for personalized recommendations based on user transaction history. SAR recommends items that are most similar to the ones that the user already has an existing affinity for. Two items are similar if the users that interacted with one item are also likely to have interacted with the other. A user has an affinity to an item if they have interacted with it in the past.
SARplus is an efficient implementation of this algorithm for Spark. More details can be found at sarplus@microsoft/recommenders.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pysarplus-0.6.0.tar.gz
(9.8 kB
view hashes)