Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion implicit/cpu/als.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def fit(self, user_items, show_progress=True, callback=None):
----------
user_items: csr_matrix
Matrix of confidences for the liked items. This matrix should be a csr_matrix where
the rows of the matrix are the users, the columns are the items liked that user,
the rows of the matrix are the users, the columns are the items liked by that user,
and the value is the confidence that the user liked the item.
show_progress : bool, optional
Whether to show a progress bar during fitting
Expand Down