You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Emmanouil Amolochitis (Commented) (JIRA)" <ji...@apache.org> on 2012/03/28 13:02:25 UTC

[jira] [Commented] (MAHOUT-810) Create EnsembleRecommender

    [ https://issues.apache.org/jira/browse/MAHOUT-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240346#comment-13240346 ] 

Emmanouil Amolochitis commented on MAHOUT-810:
----------------------------------------------

Mr. Dogan, are you still working on the EnsembleRecommender? I am asking because I am going to need to develop an EnsembleRecommender for a project that I will start working on this coming May.
                
> Create EnsembleRecommender
> --------------------------
>
>                 Key: MAHOUT-810
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-810
>             Project: Mahout
>          Issue Type: New Feature
>          Components: Collaborative Filtering
>            Reporter: Daniel Xiaodan Zhou
>            Priority: Minor
>             Fix For: Backlog
>
>
> Q: Is there an EnsembleRecommender or CompoundRecommender that takes input
> from other recommender algorithms and combine them to generate better
> results? 
> Ted Dunning:
> There isn't really any such thing although the SGD models are easy to glue
> together in this way.
> There is a guy named Praneet at UCI who is doing some feature sharding work
> that might relate to what you are doing.  His email is
> praneetmhatre@gmail.com
> Sean Owen:
> There isn't. For the recommenders that work by computing an estimated
> preference value for items, I suppose you could average their
> estimates and rank by that.
> More crudely, you could stitch together the recommendations of
> recommender 1 and 2 by taking the top 10 amongst each of their top
> recommendations -- averaging estimates where an item appears in both
> lists. That's much less work for you; it's not quite as "accurate".
> Danny Bickson:
> In terms of papers about ensemble methods/blending I suggest looking at the
> BigChaos Netflix paper:
> http://www.*netflixprize*.com/assets/*GrandPrize2009*_BPC_*BigChaos*.pdf
> See section 7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira