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

implicit BPR-MF wrapper model #132

Open
blondered opened this issue May 14, 2024 · 1 comment
Open

implicit BPR-MF wrapper model #132

blondered opened this issue May 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@blondered
Copy link
Collaborator

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

@blondered blondered added the enhancement New feature or request label May 14, 2024
@blondered blondered moved this to 📋 Backlog in RecTools board May 14, 2024
@chezou
Copy link
Contributor

chezou commented Dec 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants