Mendeley / mrec

A recommender systems development and evaluation package by Mendeley
Other
562 stars 174 forks source link

Add adjusted-cosine and Jaccard distance metrics to kNN recommender #10

Closed adw closed 8 years ago

adw commented 10 years ago

Hi there,

Thanks for writing mrec! I'm using it here at Flipboard to baseline some potential recommenders. In doing that, I needed to check a couple of additional metrics – Jaccard and adjusted-cosine similarity – which weren't currently supported.

This pull request adds those metrics and updates the documentation to mention them.