Closed datascienceit closed 7 years ago
.recommend
returns a List of (itemid, score) tuples
Also checkout out the last.fm example - which has the ability to generate recommendations for each user now: https://github.com/benfred/implicit/blob/master/examples/lastfm.py#L120
I've been running the movielen example, trying to use
approximate_als.NMSLibAlternatingLeastSquares
instead os theAlternatingLeastSquares
. The recommend function returns indexs I can't decipher what they means. I think there might be a bug. It fails when I try to use themovie_lookup[movie]
.