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
In recommenders/reco_utils/recommender/surprise/surprise_utils.py compute_ranking_predictions function, the code will try to get unique items or users in every for-loop step, which will decrease the efficiency.
Description
In
recommenders/reco_utils/recommender/surprise/surprise_utils.py compute_ranking_predictions
function, the code will try to get unique items or users in every for-loop step, which will decrease the efficiency.Expected behavior with the suggested feature
Better to use memory to improve code efficiency,
Other Comments
The text was updated successfully, but these errors were encountered: