Skip to content

Commit f63d0fd

Browse files
TayTroyegithub-actions[bot]
authored andcommitted
Format Python code according to PEP8
1 parent f631958 commit f63d0fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recbole/model/general_recommender/asymknn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from recbole.utils import InputType, ModelType
66
from scipy.sparse import csr_matrix
77

8+
89
class ComputeSimilarity:
910
def __init__(self, dataMatrix, topk=100, alpha=0.5, method="item"):
1011
r"""Computes the asymmetric cosine similarity of dataMatrix with alpha parameter.

0 commit comments

Comments
 (0)