I want to do sequence learning for that I want to find frequent sequential rules ,this rule consider the order of occurrence
Asked
Active
Viewed 4,717 times
2 Answers
1
Probably you could try Conditional Random Fields (https://github.com/scrapinghub/python-crfsuite) or a Long Short term Memory RNN (Keras+Tensorflow backend)
pgalilea
- 544
- 3
- 8
1
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.
Lorenz Leitner
- 131
- 3