Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 497 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 497 Bytes

Collaborative Filtering Build Status

Get started by installing requirements

pip install -r requirements.txt

Then install redis-server. On ubuntu that's just

sudo apt-get install redis-server

Fire it up

>> redis-server

Then launch the test, it'll take a couple hours.

python fill.py && time python collaborative_filtering.py

To run the unit tests:

nosetests tests.py