lightfm
lightfm copied to clipboard
How to get clusters of users from trained lightfm model on implicit rating model?
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.