Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1428

Recommending already consumed items

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 0.10.0
    • None

    Description

      Mahout does not recommend items which are already consumed by the user.

      For example,
      In the getAllOtherItems method of GenericUserBasedRecommender class there is the following line

      possibleItemIDs.removeAll(dataModel.getItemIDsFromUser(theUserID));

      which removes user's items from the possibleItemIDs to prevent these items from being recommended to the user. This is ok for many recommendation cases but for many other cases it is not.

      The Recommender classes (I mean all of them, NN-based and SVD-based as well as hadoop and non-hadoop versions) might have a parameter for this for excluding or not excluding user items in the returned recommendations.

      Attachments

        1. MAHOUT-1428.patch
          64 kB
          dodiha

        Activity

          People

            Unassigned Unassigned
            mariolevitin Mario Levitin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: