We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a wrapper for popular BPR-MF baseline
It's easy to implement and it's often used as a baseline in research
No response
The text was updated successfully, but these errors were encountered:
Created an experimental PR. #232
I know there are several discussion points, but I hope it clarifies the desired specs.
Currently, the PR excludes training with features.
I think support fit with features for GPU is easier than CPU because preparation before implicit.gpu.bpr_update() is written in Python https://github.com/benfred/implicit/blob/b33b809cb585cb8a65ad39d0f97497d37e98acaa/implicit/gpu/bpr.py#L137 while implicit.cpu.bpr implements in Cython. https://github.com/benfred/implicit/blob/b33b809cb585cb8a65ad39d0f97497d37e98acaa/implicit/cpu/bpr.pyx#L137-L187
implicit.gpu.bpr_update()
implicit.cpu.bpr
Sorry, something went wrong.
No branches or pull requests
Feature Description
Create a wrapper for popular BPR-MF baseline
Why this feature?
It's easy to implement and it's often used as a baseline in research
Additional context
No response
The text was updated successfully, but these errors were encountered: