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-0.1.4.tar.gz (200.1 kB view details)

Uploaded Source

Built Distribution

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

flowmine-0.1.4-py3-none-any.whl (265.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for flowmine-0.1.4.tar.gz
Algorithm Hash digest
SHA256 aaa08ac121e58a73a0e40152be9560f471c9e36313a267b05839ae5b34616128
MD5 a765ccb9768e7b1f50c4d3e29bdbd793
BLAKE2b-256 71134b942e46a3dd803bc0193d5336b82774df4cbe7135bf75d3f95aa125157e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flowmine-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f4612bafa22ab0a4b2506eab924e6362627184625955d4bff0e5bda3c4ed2342
MD5 a610089f7a4b65d1f8715c73c01c996f
BLAKE2b-256 0a167a2dc97b717dfe979b5b3b1d1a44c70e7bbf59037044bc05b493b6e3fa9c

See more details on using hashes here.

Release history Release notifications | RSS feed

1.1.1

2 files

1.0.0

2 files

This release

0.1.4 This release

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