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

[Question/Request] Collaborative Filtering? #26

Open
juliobguedes opened this issue Jun 14, 2023 · 0 comments
Open

[Question/Request] Collaborative Filtering? #26

juliobguedes opened this issue Jun 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@juliobguedes
Copy link

Is your feature request related to a problem? Please describe.
Is it a plan to evolve and include Collaborative Filtering in the package? It would be exciting if we could have methods like matrix factorization off-the-shelf, considering that the validation and evaluation are the same in many cases.

Describe the solution you'd like
I want to be able to import a Matrix Factorization with something like this:

from clayrs import recsys as rs
strategy = rs.MatrixFactorization(...)
collaborative_rs = rs.CollaborativeFilteringRS(strategy, ...)

Describe alternatives you've considered
There are a few models already implemented in other frameworks shared during previous editions of RecSys, including DRecPy, which also provides efficient memory-disk management.

Additional context
Filling this issue while attending Marco Polignano's lecture at RecSys Summer School 2023 :)

@juliobguedes juliobguedes added the enhancement New feature or request label Jun 14, 2023
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
None yet
Development

No branches or pull requests

1 participant