Skip to content

Commit c1d30f4

Browse files
committed
Modified predict to compute representations just once
1 parent 5061323 commit c1d30f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightfm/lightfm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def predict(self, user_ids, item_ids, item_features=None,
562562
Number of parallel computation threads to use. Should
563563
not be higher than the number of physical cores.
564564
precompute_representations: boolean
565-
if True, the representations are pre-computed for all items
565+
if True, the representations are pre-computed for all items
566566
and all users, instead of being computed once for each pair.
567567
568568
Returns

0 commit comments

Comments
 (0)