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

continue training for the ranking module? #108

Open
everdark opened this issue Aug 7, 2017 · 0 comments
Open

continue training for the ranking module? #108

everdark opened this issue Aug 7, 2017 · 0 comments

Comments

@everdark
Copy link

everdark commented Aug 7, 2017

It seems that the fit method does not support a n_more_iter for the bpr ranking module.
Does it mean that if we'd like to iterate over different set of sample pairs the only way is to generate lots of such pairs at once?

For example, for each user-item interaction we'd like to sample one negative sample, so N interactions implies N such pairs. But we'd also like to iterate over each interaction by multiple different negative samples, so the only way is to sample, say, M times for N interactions so the training pair matrix becomes ((M*N), 2) which could be very large if N is large.

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