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

Hudson commented on MAHOUT-1374:
--------------------------------

SUCCESS: Integrated in Mahout-Quality #2555 (See 
[https://builds.apache.org/job/Mahout-Quality/2555/])
MAHOUT-1374 Ability to provide input file with userid, itemid pair (ssc: rev 
1585047)
* /mahout/trunk/CHANGELOG
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/item/AggregateAndRecommendReducer.java
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/item/IDReader.java
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/item/RecommenderJob.java
* 
/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/hadoop/item/UserVectorSplitterMapper.java
* 
/mahout/trunk/core/src/test/java/org/apache/mahout/cf/taste/hadoop/item/IDReaderTest.java


> Ability to provide input file with userid, itemid pair
> ------------------------------------------------------
>
>                 Key: MAHOUT-1374
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1374
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Collaborative Filtering
>    Affects Versions: 0.8
>            Reporter: Romit Singhai
>            Assignee: Sebastian Schelter
>             Fix For: 1.0
>
>         Attachments: MAHOUT-1374-1.patch
>
>
> Currently while running the itembased recommender from the command line, user 
> can get recommendation for a particular set of users by using the userFile 
> option or for particular set of itemId's by using the itemFile option. Using 
> these option together seems to provide recommendations for the cross product 
> for the two inputs. We need an option say userItemFile where a coma separated 
> userid,itemid pair is provide on each line as input and output will be 
> userid,itemid,recommendation. This functionality will be very useful for lot 
> users.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to