Skip to content

Instantly share code, notes, and snippets.

@khuangaf
Last active February 16, 2018 02:56
Show Gist options
  • Save khuangaf/bf491bdcd9fff77467177889c1decd08 to your computer and use it in GitHub Desktop.
Save khuangaf/bf491bdcd9fff77467177889c1decd08 to your computer and use it in GitHub Desktop.
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