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

bpr keeps on running without getting to a solution #12

Open
ChristelSwift opened this issue Jan 14, 2020 · 0 comments
Open

bpr keeps on running without getting to a solution #12

ChristelSwift opened this issue Jan 14, 2020 · 0 comments

Comments

@ChristelSwift
Copy link

i'm trying to use the bpr algorithm following the example given in the vignette:

data("mlLatest100k")
ML <- defineData(mlLatest100k, minimum = .5, maximum = 5, intScale = TRUE)
subML <- ML[rowRatings(ML)>=40, colRatings(ML)>=30]
bpr <- rrecsys(subML, "BPR", k = 10, randomInit = FALSE, 
               regU = .0025, regI = .0025, regJ = 0.0025, updateJ = TRUE)

Unfortunately, even if i let this running for an hour, i don't reach a solution, it just keeps on running.

I tried adding a stopping criterion and / or setting randomInit to TRUE with no effect:

setStoppingCriteria(nrLoops = 10)

Am i doing something wrong?

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