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')
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')