A Python implementation of LightFM, a hybrid recommendation algorithm.
conda install conda-forge::lightfm
conda install conda-forge/label/cf201901::lightfm
conda install conda-forge/label/cf202003::lightfm
conda install conda-forge/label/gcc7::lightfm
LightFM is a Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback, including efficient implementation of BPR and WARP ranking losses. It's easy to use, fast (via multithreaded model estimation), and produces high quality results.