Skip to content

Instantly share code, notes, and snippets.

@khuangaf
Created February 16, 2018 03:52
Show Gist options
  • Save khuangaf/15fcc733d764db142e4e4ad19557b9d2 to your computer and use it in GitHub Desktop.
Save khuangaf/15fcc733d764db142e4e4ad19557b9d2 to your computer and use it in GitHub Desktop.
from spotlight.sequence.implicit import ImplicitSequenceModel
sequential_interaction = implicit_interactions.to_sequence()
implicit_sequence_model = ImplicitSequenceModel()
implicit_sequence_model.fit(sequential_interaction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment