guoguibing / librec

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

How can I get predict values in train set? #342

Closed lcwy220 closed 3 years ago

lcwy220 commented 3 years ago

I know how to predict ratings in test set with TrustSVD algorithm.

However, I also want to know the fitted values in the train set. I realize that the model seems to filter duplicated u-i pairs appeared both in the train set and test set, so I cannot use the strategy of using the train set as the test set.

So does anyone know how to achieve this goal?