librec icon indicating copy to clipboard operation
librec copied to clipboard

FilmTrust link on wiki has a incorrect readme.

Open max-hill-4 opened this issue 1 year ago • 0 comments

Problem :

FilmTrusts download link on ewiki has a incorrect/confusing readme.txt, reading as

  1. Item Ratings (ratings.txt): [user-id, item-id, rating-value]

  2. Trust Ratings (trust.txt): [user-id (trustor), user-id (trustee), trust-value]

However, should be :

ratings.txt: 35497 item ratings w format: userId, movieId, movieRating trust.txt: 1853 directed trust ratings w format: trustorId, trusteeId, trustRating

Cause: Seems to be stemmed the download link being an old version: https://github.com/guoguibing/librec/blob/librec-src-v1.3/librec/demo/Datasets/FilmTrust/readme.txt

max-hill-4 avatar Nov 19 '24 15:11 max-hill-4