Best similarity metric for collaborative filtering?
- by allclaws
I'm trying to decide on the best similarity metric for a product recommendation system using item-based collaborative filtering. This is a shopping basket scenario where ratings are binary valued - the user has either purchased an item or not - there is no explicit rating system (eg, 5-stars).
Step 1 is to compute item-to-item similarity, though I…