spark-knn-recommender
spark-knn-recommender copied to clipboard
Item and User-based KNN recommendation algorithms using PySpark
in usercf
findItemPairs returning only first item pair for each user: def findItemPairs(user_id,items_with_rating): ''' For each user, find all item-item pairs combos. (i.e. items with the same user) ''' for item1,item2 in...
I fixed the path problem by modifying the `config.py` and `utils.py`. But it still have problems.That is: """ python2.7: can't open file '/usr/share/spark-1.6.1-bin-hadoop2.6/python/sparkler/kmeans.py': [Errno 2] No such file or directory...