ChrisTs8920 / process-mining-py

A process mining project that analyzes an event log and discovers its process model.
MIT License
0 stars 0 forks source link

Process mining from scratch #1

Closed CrasCris closed 4 months ago

CrasCris commented 4 months ago

Is it difficult to create a custom process mining algorithm from scratch ?, maybe just a modification of a indutive or heuristic

ChrisTs8920 commented 4 months ago

It is challenging, but i believe it can be done if you have a solid background in algorithm design. To start, you need to identify limitations / weaknesses of the current algorithms.

CrasCris commented 4 months ago

Thanks