Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Mahout, mail # user - From Item-based Recommender to User-based Recommender


Copy link to this message
-
Re: From Item-based Recommender to User-based Recommender
Sebastian Schelter 2012-05-09, 15:32
If you transpose the input, you would recommend users to items, not
items to users, thats the problem.

--sebastian

On 09.05.2012 16:41, 锟斤拷伟 wrote:
> 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?
>