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

How to get clusters of users from trained lightfm model on implicit rating model? #700

Open
vyaslkv opened this issue Sep 10, 2023 · 0 comments

Comments

@vyaslkv
Copy link

vyaslkv commented Sep 10, 2023

I want to cluster users given that I have a trained fm model. I tried clustering user embeddings I got
user_embeddings = model.get_user_representations()
then applying k means clustering but I didn't get any pattern.

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