Skip to content

eric496/collaborative_filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.Place ratings.csv, toBeRated.csv and recommender.py under the same folder
2.Type the following command in cmd:
$python recommender.py 'ratings.csv' 'toBeRated.csv' 'cosine'
(valid methods includes 'cosine', 'jaccard', 'correlation')

About

predict movie ratings using CF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages