
lightfm 1.17
0
LightFM recommendation model
Contents
LightFM recommendation model
Stars: 4390, Watchers: 4390, Forks: 672, Open Issues: 144The lyst/lightfm
repo was created 8 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 4390 github stars!
How to Install lightfm
You can install lightfm using pip
pip install lightfm
or add it to a project with poetry
poetry add lightfm
Package Details
- Author
- Lyst Ltd (Maciej Kula)
- License
- MIT
- Homepage
- https://github.com/lyst/lightfm
- PyPi
- https://pypi.org/project/lightfm/
- GitHub Repo
- https://github.com/lyst/lightfm
Classifiers
- Scientific/Engineering/Artificial Intelligence
Related Packages
Errors
A list of common lightfm errors.
Code Examples
Here are some lightfm
code examples and snippets.
GitHub Issues
The lightfm package has 144 open issues on GitHub
- Evaluating lightfm models for some items only
- Provide access to average loss values from each epoch
- Broken installation from pip on Mac M1 (with miniconda)
- Data Splitting Strategies besides Random Split
- Cannot run predictions in batches
- Item id 5863.0 not in item id mapping. Make sure you call the fit method
- What's a good way to "weight" the importance of item/user features in LightFM?