A process mining library that focuses on providing pythonic interactions with event logs and languages.
Project description
pmkoalas provides data structures for process mining research in a well-organized pythonic style.
Current Features
- Event log structures
- Importing and exporting of logs to XES formatted XML
- Several views/types of log
- Simplified logs
- This type only considers sequences of process activities, and nothing else.
- Complex logs
- This type considers sequences of events. Where an event is a mapping of data. This log type can always be reduced to the simplified type.
- Simplified logs
- Generating logs quickly using delimited strings
- currently only supports simplified logs
- Process model structures
- Petri nets
- exporting to pnml
- creating dot files for a net
- generation of a net using fragments of desirable behaviour
- Petri nets
- Process discovery techniques
- Generating a directly follows language from a log
- The Alpha miner (original variant)
Development Information
To install dependencies:
py -m pip install -e .[dev]
Testing
To run tests:
py -m unittest
The values of the team
Postel's law
"Be liberal in what you accept, and conservative in what you send"
https://en.wikipedia.org/wiki/Jon_Postel
Branches off main are meant to be either merged in a timely manner, or show off a potential feature, or should be removed/released back into the wild.
Features need a use case or a user before they can be explored in detail.
It is better to delete code that is not used, than to keep it around. You have written it once, you will write it better the next time. Don't be afraid to let it go.
Politely ask for more resources
While many optimisations can be done when asking for more threads and resources of the user's system, such optimisations should always be turned off by default.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pmkoalas-0.4.0.tar.gz.
File metadata
- Download URL: pmkoalas-0.4.0.tar.gz
- Upload date:
- Size: 74.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65dcaf4378e7c12d084e8a82904154c15d73067fe94c8b315d731216fdd71b11
|
|
| MD5 |
5d41a7520e7d061a6483a2e821c1f4ec
|
|
| BLAKE2b-256 |
48883cdb2d5e3c18b3e9d29bb213697f2876e1a4637c43322117913bb8e64430
|
File details
Details for the file pmkoalas-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pmkoalas-0.4.0-py3-none-any.whl
- Upload date:
- Size: 81.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57b3ad9bf2e83961479f1f2de73da775a9480c1bbcc5503bc620b8f71af27ba5
|
|
| MD5 |
2c73a9c38d53f04ba9cf63dad6f96b9c
|
|
| BLAKE2b-256 |
24c0f3fd90a825ba4edbbf64162fb328b5105771130d2c914455445b739a960c
|