maximal-sequential-patterns-mining icon indicating copy to clipboard operation
maximal-sequential-patterns-mining copied to clipboard

A handy Python wrapper of the famous VMSP algorithm for mining maximal sequential patterns.

Results 1 maximal-sequential-patterns-mining issues
Sort by recently updated
recently updated
newest added

I see that this only supports the VMSP algorithm. I took inspiration from you and made a more general wrapper. https://github.com/LoLei/spmf-py Just wanted to share.