Skip to content

agirlnamedsophia/collaborative_filtering

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages