You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Sebastian Schelter (JIRA)" <ji...@apache.org> on 2010/11/26 22:25:13 UTC

[jira] Resolved: (MAHOUT-553) Unify ranking of boolean recommendations in distributed and non-distributed recommenders

     [ https://issues.apache.org/jira/browse/MAHOUT-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Schelter resolved MAHOUT-553.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5

> Unify ranking of boolean recommendations in distributed and non-distributed recommenders
> ----------------------------------------------------------------------------------------
>
>                 Key: MAHOUT-553
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-553
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Collaborative Filtering
>    Affects Versions: 0.5
>            Reporter: Sebastian Schelter
>             Fix For: 0.5
>
>
> When using a weighted sum for preference estimation on boolean data, the predicted preferences can only be 1 or NaN which is mathematically correct but not very useful for ranking them. The distributed recommender should therefore adapt the behavior of GenericBooleanPrefItemBasedRecommender in that case: use the sums of similarities to rank the recommended items.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.