There are 0 repository under gsp-algorithm topic.
Data Mining project 2020/2021 @ University of Pisa
Sequence pattern discovery using Generalized Sequential Pattern Mining Algorithm
Python package for sequential pattern analysis using the GSP algorithm, supporting course sequencing and other applications.
Here we've defined some drivers to help implementing the GSP algorithm from scratch (with some simplifying assumptions, like not having an itemset of length > 1 withing a sequence, although it matches many real situations, like text mining and website clicks analyzing).