I am planning to create a recommender system using apache Mahout. I searched on internet about it. and i found it uses the following format for dataset file. userId, itemId, preference
what i want to use as a dataset have structure like this.
Id, rating, location, skills, fee
Is there any way i can do this? Or i have to use Weka It provides the option of creating custom dataset. but reviews suggest that it is not a good option as compared to mahout for Recommender system.