lightfm icon indicating copy to clipboard operation
lightfm copied to clipboard

A Python implementation of LightFM, a hybrid recommendation algorithm.

Results 144 lightfm issues
Sort by recently updated
recently updated
newest added

Hi @maciejkula, I changed a few things about the setup here: - In setup.cfg, description-file is deprecated in favor of `description_file`. - I removed the additional CFLAGS as we discussed...

Hi! First of all, thank you for this great library! I'm currently using it for extending and comparing some matrix factorisation models for recommendation. I am working on the [LFM-2b...

This is to collect ToDo's and Discussions around enabling MacOS M1 support. Any help welcome. There might be a quick fix for achieving this but since I'm not well-versed in...

enhancement
help wanted

Hello! Thanks for making this great framework available. In my scenario, I have user-item interaction data which I use to create implicit ratings, currently without user or item features. The...

question

How come evaluation, precision_at_k, is so slow? On the training set, it takes 2.5 minutes per epoch but the test set at 10% the size has taken at least 10...

See actions here: https://github.com/SimonCW/lightfm/actions/runs/1935049341

Hello I want to use my recommendation model in production I don't know how to train it in production scenario online/offline?? Can you guide about how to efficiently use it...

question

First, it is totally possible that I am misunderstanding something basic or have a bug in my code. But I am consistently finding that adding item features actually _reduces_ performance...

Hi Maciej and everyone else :), I am using LightFM in my school project with Yelp Academic dataset. I've looked at some previous issues, but I think that none of...

question

I have exact same issue as #211 (and I can't reopen it) But I use latest version of repo (and Dockerfile) I just followed the [instructions](https://making.lyst.com/lightfm/docs/home.html?highlight=docker#using-with-docker): ```sh git clone [email protected]:lyst/lightfm.git...