chuanconggao / PrefixSpan-py

The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorithm FEAT.
https://git.io/prefixspan
MIT License
412 stars 93 forks source link

Question: Sequential Rule Mining #16

Open Ikuyadeu opened 5 years ago

Ikuyadeu commented 5 years ago

Do you have a plan to implement for sequential rule mining algorithm? (If not) Can I implement and submit a pull request to this repository?

chuanconggao commented 5 years ago

Hi,

I am not very sure which sequential rule mining algorithm you are referring to. Can you give more details?

Also, feel free to open any pull request, and I will review and discuss ASAP.

Thank you.

On Tue, Mar 26, 2019 at 10:15 PM Yuki Ueda notifications@github.com wrote:

Do you have a plan to implement for sequential rule mining algorithm? (If not) Can I implement and submit a pull request to this repository?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chuanconggao/PrefixSpan-py/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AGpCEVPKRlSL32qqdWO24eMTmk5Ryx2Qks5vav5sgaJpZM4cM-MB .

Ikuyadeu commented 5 years ago

Thank you for your early reply.

I think ERMiner is good that is a fast sequential rule mining algorithm. This is the paper of the ERMiner http://www.philippe-fournier-viger.com/ERMiner_2014_sequential_rule_mining.pdf