I am building up a recommender system to recommend products that customers might be interested and I have a sales dataset, which has the customer ID and Product ID, and if the customer bought a product it would be represented by 1 or did not like the product would be represented by 0. Which is the best way to implement such use case using Mahout:
- If I am using User based recommender, what is the best user similarity and User Neighborhood
- What is the best way to evaluate this recommender system ?
Thank you !