Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lundquist authored and Eric Lundquist committed May 21, 2020
1 parent 3aefdff commit 48a876e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions rankfm/rankfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import numba as nb
import pandas as pd

from numba_functions import isin, _fit, _predict, _recommend_for_users
from numba_methods import isin, _fit, _predict, _recommend_for_users
# warnings.filterwarnings("ignore", category=nb.NumbaPerformanceWarning)


Expand Down Expand Up @@ -299,7 +299,6 @@ def predict(self, pairs, cold_start='nan'):
raise ValueError("param [cold_start] must be set to either 'nan' or 'drop'")



def recommend_for_users(self, users, n_items=10, filter_previous=False, cold_start='nan'):
"""calculate the topN items for each user
Expand Down

0 comments on commit 48a876e

Please sign in to comment.