guoguibing / librec

LibRec: A Leading Java Library for Recommender Systems, see
https://www.librec.net/
Other
3.23k stars 1.03k forks source link

chage data.convert.binarize.threshold #294

Open ghost opened 5 years ago

ghost commented 5 years ago

hello

i wanna change data.convert.binarize.threshold=3 because i would like to enter ratings only more than 3 so i try it in librec-default.properties and bpr-test.properties but it doesn't work how can i change rating score in librec 3.0

thank you

SunYatong commented 5 years ago

Hi, in version 3.0.0, the ratings above the threshold will be converted to 1.0, those below the threshold will be converted to -1.0.