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

Installing lightfm on python 3.8.11 ``` × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [17 lines of output] Traceback (most recent call last):...

This makes it compatible with Python 3.12 and solves #709

Hi! I'm trying to build a model with text embeddings from books as one input parameter along with reading history. I have done text analysis to get fixed sized embeddings...

Error logs while docker image build ``` from lightfm import LightFM File "/opt/pysetup/.venv/lib/python3.8/site-packages/lightfm/__init__.py", line 1, in from .lightfm import LightFM File "/opt/pysetup/.venv/lib/python3.8/site-packages/lightfm/lightfm.py", line 8, in from ._lightfm_fast import ( File...