pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

Missing petri net, DFG option for inductive miner #408

Closed william-vw closed 1 year ago

william-vw commented 1 year ago

Just out of interest - as per the documentation (and this very useful tutorial) the inductive miner algorithm should support mining petri nets, but algorithm#apply only returns process trees. What is this implemented at a previous point but removed?

william-vw commented 1 year ago

Ah I found a process tree converter in one of the examples that does the trick :-)

Still I think it would be useful to update the documentation :-)

fit-alessandro-berti commented 1 year ago

Dear @william-vw the documentation reported there is outdated. Please refer to https://pm4py.fit.fraunhofer.de

william-vw commented 1 year ago

@fit-alessandro-berti thanks - but the API reference reachable from that page did not seem to correspond at all to the package structure of the latest pm4py.

I accidentally stumbled onto this page which seems to be up-to-date - did I miss a link or something? ...

fit-alessandro-berti commented 1 year ago

Every command that you find on the first page should also work!

william-vw commented 1 year ago

Ah I see, thanks!