Skip to content

Sequence Prediction with Co-Occurring Item Groups #18

@redemption-star

Description

@redemption-star

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions