Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lundquist authored and Eric Lundquist committed May 29, 2020
1 parent b526a9c commit 1bd28a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rankfm/numba_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def _fit(interactions, sample_weight, user_items, item_idx, regularization, lear
"""

# define matrix dimension shapes
P = x_uf.shape[1]
Q = x_if.shape[1]
F = v_i.shape[1]
I = len(item_idx)

Expand Down

0 comments on commit 1bd28a7

Please sign in to comment.