guoguibing / librec

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

Changing the content of output data #192

Open abdollahpouri opened 7 years ago

abdollahpouri commented 7 years ago

Hello, I remember in previous versions of LibRec, the output file of the recommendations contained userId, item-ID and predicted ratings and also a star (*) that represented if that was a correct recommendation.

Could you please tell me how I can get that output in the 2-.0.0 version of LibRec? What config variable I should set to be able to get that? Also, the evaluation results are currently shown on the console. Is there any way they could be stored in a file so they are not lost after running another algorithm.

Thanks