Skip to content

Commit 7c36141

Browse files
authored
Fix typo in comment (#739)
1 parent d3bbdb2 commit 7c36141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

implicit/cpu/als.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def fit(self, user_items, show_progress=True, callback=None):
115115
----------
116116
user_items: csr_matrix
117117
Matrix of confidences for the liked items. This matrix should be a csr_matrix where
118-
the rows of the matrix are the users, the columns are the items liked that user,
118+
the rows of the matrix are the users, the columns are the items liked by that user,
119119
and the value is the confidence that the user liked the item.
120120
show_progress : bool, optional
121121
Whether to show a progress bar during fitting

0 commit comments

Comments
 (0)