You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, what this does is that it converts the ratings which are normalized to zero, to false values, which then get ignored in the count.
My proposed solution: create a matrix with ones for every value of the coo matrix:
In the following line, an overlap matrix is created by converting the coo matrix to boolean, then to integer.
moviegeek/builder/item_similarity_calculator.py
Line 52 in d02d797
However, what this does is that it converts the ratings which are normalized to zero, to false values, which then get ignored in the count.
My proposed solution: create a matrix with ones for every value of the coo matrix:
Example:
Output:
The text was updated successfully, but these errors were encountered: