Last active
February 16, 2018 02:56
-
-
Save khuangaf/bf491bdcd9fff77467177889c1decd08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from spotlight.interactions import Interactions | |
implicit_interactions = Interactions(user_ids, item_ids) | |
explicit_interactions = Interactions(user_ids, item_ids, ratings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment