best python library for finding sequential rules mining?

I want to do sequence learning for that I want to find frequent sequential rules ,this rule consider the order of occurrence

Topic sequential-pattern-mining python data-mining

Category Data Science


I know this is possible with the SPMF Java library.

I created a Python wrapper for this recently. Handling sequential rules mining might require some adaption in the wrapper, since I use it mainly for sequential patterns mining, but it's certainly possible.

GitHub link


Probably you could try Conditional Random Fields (https://github.com/scrapinghub/python-crfsuite) or a Long Short term Memory RNN (Keras+Tensorflow backend)

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.