Created
February 16, 2018 03:52
-
-
Save khuangaf/15fcc733d764db142e4e4ad19557b9d2 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.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