Skip to main content

FlowMine – Process Mining Python framework

FlowMine is an open-source Python library for conducting a comprehensive analysis of business processes with the use of process mining and machine learning techniques. By implementing this tool, objective and deep insights into the process on all levels can be revealed. These insights are then used to detect problems such as bottlenecks and deviations and identify potential opportunities for process improvement and optimization.

Installation

To install FlowMine from PyPI:

pip install flowmine

To install from sources:

pip install .

Additionally, you have to install graphviz executables and add the path to the executables to your PATH variable: https://graphviz.org/download/

Quick start

There are some steps for quick start for your process log analysis:

  • Create a DataHolder object:
from flowmine import DataHolder, SuccessInputs, DurationUnits

path = "example_data.xlsx"
data_holder = DataHolder(
    data=path,
    col_case="id",
    col_stage="action",
    col_start_time="start_time",
    col_end_time="end_time",
    col_user="user_id",
    col_text="text",
    success_inputs=SuccessInputs(entries={"Подписание документов ", "Принято"}),
)

data_holder.data.head()
  • Apply AutoInsights:
from flowmine.autoinsights import AutoInsights

auto_insights = AutoInsights(data_holder, successful_stage="Принято")
auto_insights.apply()

License

This project is released under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flowmine-1.0.0.tar.gz (164.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flowmine-1.0.0-py3-none-any.whl (217.4 kB view details)

Uploaded Python 3

File details

Details for the file flowmine-1.0.0.tar.gz.

File metadata

  • Download URL: flowmine-1.0.0.tar.gz
  • Upload date:
  • Size: 164.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for flowmine-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3695562e2a712274f1495588689906ca190431695efefe89dee269adceaed19e
MD5 514d12d58c9a799e9f506346f1a0ede4
BLAKE2b-256 3e3b9241cc630cb0b1043dedd94f960ab0a610c28872d7dad50a21e2811932b0

See more details on using hashes here.

File details

Details for the file flowmine-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: flowmine-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 217.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for flowmine-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f0017c776938de602cd3a1f845dfff9bce585b5cfcc76f7a00e3be1cd2fa67c9
MD5 1bf4fed9d9bbb580fc72ed2cb56eed19
BLAKE2b-256 c85203024db6330edf435e186af3257af2f0ce158c6bcf4c8cb3d87df9c681e7

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.1

2 files

This release

1.0.0 This release

2 files

0.1.4

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page