Skip to content

ksiegler1/CollaborativeFiltering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative Filtering Implementation on Netflix Data

Algorithm code is located in cf.py

This is an implementation of collaborative filtering on Netflix data, with a training and test set consisting of users and their ratings for a given movies. The cf.py script outputs a text file with a prediction for each user and movie in the test set.

Requirements for input are through bash are

$python cf.py --train pathtotrainingfile --test pathtotestingfile

About

Implemented collaborative filtering algorithm to predict user rating for given movie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages