Skip to content

A project where event log analysis takes place and process models are discovered with the use of process mining algorithms in Python.

License

Notifications You must be signed in to change notification settings

GeorgiaKt/Event-Log-Analysis-with-Process-Mining-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Log Analysis with Process Mining Algorithms

A project where event log analysis takes place and process models are discovered with the use of process mining algorithms in Python.

Description

This project starts with analyzing an event log and creating a filtered log that contains only traces ending with 'End'. Next step is discovering process models for both the unfiltered and filtered logs, using process mining algorithms. Following this, evaluation and conformance checking using Replay fitness is conducted for both sets of logs.

Process Mining Algorithms used:

  • Alpha Miner
  • Heuristics Miner
  • Inductive Miner

Graphs generated by running the code are stored in folder "screenshots" (or here).

How to run

  py main.py

Setup Details

  • Python 3.11.1
  • pm4py 2.7.4

About

A project where event log analysis takes place and process models are discovered with the use of process mining algorithms in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages