I found that only item-based recommender is implemented in version-0.6.
When I want to use the user-based recommender, all I need to do is to
transpose the input, i.e., <uid, itemid, rating> ---> <itemid, uid,
rating>,right? Is there any other differences between item-based and
user-based approach, which is not noticed by me?

-- 
Wei Feng

Reply via email to