Hi, I'm fairly new to Mahout. Right now I am experimenting Mahout by trying to build a simple recommendation system. What I have is just a boolean data set, with only the userID and itemID. I understand that for this case I have to use GenericBooleanPrefUserBasedRecommender - which I have and works fine.
Apart from the userID and itemID data, I also have the user's attributes (their age, gender, list of interests). I would like to combine this into the recommendation system to increase the performance of the recommender. Is this possible to do or am I trying something that does not make sense? It would be great if you can give me any inputs or ideas for this. (Or any good read based on this matter) Thank you! Regards, *Agata Filiana* Erasmus Mundus Student
