processanimateR icon indicating copy to clipboard operation
processanimateR copied to clipboard

Plan for python/pm4py support

Open serkserk opened this issue 5 years ago • 3 comments

Hi,

I see that you work with other process mining project like pm4py and interfacing it to bupar. Do you have any plan on making this package compatible with pm4py/python ?

Thanks

serkserk avatar Mar 14 '19 11:03 serkserk

What kind of interface are you thinking of? With the pm4py package: https://github.com/fmannhardt/pm4py you can simply call all the PM4Py functions.

The only way forward I could think of is to make the animation a bit more generic. I am planning to have it support Causal nets generated by Heuristics Miner as developed here: https://github.com/fmannhardt/heuristicsmineR

But this is not trivial as now tokens may split up in parallel branches.

fmannhardt avatar Mar 14 '19 18:03 fmannhardt

I was asking that because there is no library like this one for process mining in python

Being able to call animate_process() in python on a pm4py object would be very helpfull

But because of the different net output, it of course not as easy

serkserk avatar Mar 15 '19 09:03 serkserk

@fmannhardt How to draw graph process animation in Python? Thanks a lot

hungnmai avatar Oct 22 '21 08:10 hungnmai