[
https://issues.apache.org/jira/browse/MAHOUT-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215327#comment-13215327
]
Han Hui Wen commented on MAHOUT-974:
-------------------------------------
org.apache.mahout.cf.taste.hadoop.preparation.PreparePreferenceMatrixJob just
indexed itemId ,but not index userId.it also converts user preferences into a
vector per user and builds the rating matrix.
> org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJob use
> integer as userId and itemId
> ---------------------------------------------------------------------------------------------------
>
> Key: MAHOUT-974
> URL: https://issues.apache.org/jira/browse/MAHOUT-974
> Project: Mahout
> Issue Type: Wish
> Components: Collaborative Filtering
> Affects Versions: 0.6
> Reporter: Han Hui Wen
> Assignee: Sean Owen
> Labels: CF,recommendation,als
> Fix For: 0.7
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJob uses
> integer as userId and itemId,but
> org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJob and
> org.apache.mahout.cf.taste.hadoop.item.RecommenderJob .use Long as userId and
> ItemId.
> It's best that ParallelALSFactorizationJob also uses Long as userId and
> itemId ,so that same dataset can use all the recommendation arithrmetic
--
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