consensus
Collaborative Filtering in Python
Overview
consensus is a collaborative filtering module written in Python.
- Make suggestions for a user based on the rating histories for that user and others.
- Find users with similar preferences.
- Models for vector distance, simple similarity, and constrained Pearson correlation.
Status
consensus is currently under development.
If you'd like to grab the latest sources using Subversion:
svn co svn://exogen.case.edu/consensus/trunk consensus
The first release of consensus can be installed using setuptools:
sudo easy_install svn://exogen.case.edu/consensus/tags/0.1