lightfm icon indicating copy to clipboard operation
lightfm copied to clipboard

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

Open vyaslkv opened this issue 2 years ago • 0 comments

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.

vyaslkv avatar Sep 10 '23 11:09 vyaslkv