Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The RMSE does not change even if I give no trust data to TrustSVD, TrustMf #327

Open
aashishkolluri opened this issue May 24, 2020 · 0 comments

Comments

@aashishkolluri
Copy link

Is this the correct behaviour? Here is my config file, empty is a directory with no files. The RMSE is just as good as the one for which I give the trust information.

data.appender.class=social
data.appender.path=empty

rec.recommender.class=trustsvd
rec.iterator.learnrate=0.005
rec.iterator.learnrate.maximum=-1
rec.iterator.maximum=30
rec.user.regularization=0.5
rec.item.regularization=0.5
rec.social.regularization=1.0
rec.bias.regularization=0.5
rec.factor.number=10
rec.learnrate.bolddriver=false
rec.learnrate.decay=1.0
rec.recommender.earlystop=false
rec.recommender.verbose=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant