Skip to content

Commit dbd580e

Browse files
committed
Merge pull request lyst#38 from maciejkula/add_ci_badge
Add circleci master badge.
2 parents 9351b89 + 5705bd1 commit dbd580e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
![LightFM logo](lightfm.png)
44

5+
[![Circle CI](https://circleci.com/gh/lyst/lightfm.svg?style=svg)](https://circleci.com/gh/lyst/lightfm)
6+
57
A Python implementation of LightFM, a hybrid recommendation algorithm.
68

79
The LightFM model incorporates both item and user metadata into the traditional matrix factorization algorithm. It represents each user and item as the sum of the latent representations of their features, thus allowing recommendations to generalise to new items (via item features) and to new users (via user features).

0 commit comments

Comments
 (0)