process_mining 0.5.5

Process Mining library for working with (object-centric) event data
Documentation
## Test Data

The data (OCEL2, XES, etc. files) used for the tests of this crate are available for download at https://rwth-aachen.sciebo.de/s/4cvtTU3lLOgtxt1.
Simply download this zip and extract it into the `test_data` folder.

An overview of the data sources is given below:

| Data                                                                                                                    | Source                                                                                     | Description                                                               |
|-------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
| zero.file                                                                                                               | Self-made                                                                                  | Mock file containing 1MB of zeros                                         |
| ocel/ContainerLogistics                                                                                                 | https://doi.org/10.5281/zenodo.8289899                                                     | Simulated object-centric event log of a logistics provider                |
| ocel/ocel2-p2p                                                                                                          | https://doi.org/10.5281/zenodo.8412919                                                     | Simulated object-centric event log of a procurement-to-pay process        |
| ocel/ocel-failure                                                                                                       | Self-made                                                                                  | Modified object-centric event log to catch timestamp errors               |
| ocel/order-management                                                                                                   | https://doi.org/10.5281/zenodo.8337463                                                     | Simulated object-centric event log of an order management process         |
| ocel/pm4py-ocel20_example                                                                                               | https://github.com/process-intelligence-solutions/pm4py/tree/release/tests/input_data/ocel | PM4Py Test OCEL File                                                      |
| petri-net/not-a-petri-net.slang                                                                                         | Self-made                                                                                  | Artificial negative example of a Petri net                                |
| petri-net/bpic-tsinghua.pnml<br>petri-net/pn.pnml<br>petri-net/BPI_Challenge_2019_sampled_3000cases_model_alphappp.pnml | Self-made                                                                                  | Models discovered with the Alpha Miner                                    |
| xes/nested-attrs.xes<br>xes/AN1-example.xes<br>xes/small-example.xes                                                    | Self-made                                                                                  | Small example event logs                                                  |
| Road_Traffic_Fine_Management_Process.xes.gz                                                                             | https://doi.org/10.4121/uuid:270fd440-1057-4fb9-89a9-b699b47990f5                          | Real-life event log of an information system managing road traffic fines. |
| Sepsis Cases - Event Log.xes.gz                                                                                         | https://doi.org/10.4121/uuid:915d2bfb-7e84-49ad-a286-dc35f063a460                          | Real-life event log contains events of sepsis cases from a hospital.      |
| RepairExample.xes                                                                                                       | https://promtools.org/prom-6-tutorial/introduction/#running_example                        | Example event log from ProM Tools                                         |