recommenders / rival

RiVal recommender system evaluation toolkit
rival.recommenders.net
Apache License 2.0
150 stars 40 forks source link

DataModel does not support duplicate ratings in dataset #116

Closed abellogin closed 8 years ago

abellogin commented 8 years ago

As reported by @mdip, if there are duplicates, the addPreference() method simply sums the preference values, producing unexpected results in these cases.

The current behavior was aiming at implicit feedback where repetitions should be accumulated (hence, related to #103), but right now this is a bug for rating datasets.