-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
One example input of the predictor seems to be model.fit([["A", "B", "C"], ["A", "C"], ["A", "B"]]) , here "A", "B", "C" can be products purchased by three customers and each sublist is a ordered sequence of each customer's purchase history. But your model seems unable to deal with model.fit([["A", {"B", "C"}, "D"], ["A", {"A", "B"} "C"], ["A", "B"]]) where each set is a basket of products that are purchased at the same timestamp. How can I do sequence prediction with the input data that have the form like this: http://philippe-fournier-viger.com/spmf/CPTPlus.php
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels