Giter Site home page Giter Site logo

phihei / pm4py-source Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pm4py/pm4py-core

0.0 0.0 0.0 76.94 MB

Public repository for the PM4Py (Process Mining for Python) project.

Home Page: http://pm4py.org

License: GNU General Public License v3.0

Python 37.91% Dockerfile 0.38% Shell 0.10% Jupyter Notebook 61.61%

pm4py-source's Introduction

Welcome to Process Mining for Python!

PM4Py is a python library that supports (state-of-the-art) process mining algorithms in python. It is completely open source and intended to be used in both academia and industry projects.

The official website of the library is http://pm4py.org/

You can always check out (changes to) the source code at the github repo.

A very simple example, to whet your appetite:

from pm4py.algo.discovery.alpha import factory as alpha_miner
from pm4py.objects.log.importer.xes import factory as xes_importer
from pm4py.visualization.petrinet import factory as vis_factory

log = xes_importer.import_log('<path-to-xes-log-file>')
net, initial_marking, final_marking = alpha_miner.apply(log)
gviz = vis_factory.apply(net, initial_marking, final_marking)
vis_factory.view(gviz)

pm4py-source's People

Contributors

fit-alessandro-berti avatar marcopegoraro avatar s-j-v-zelst avatar javert899 avatar fit-sebastiaan-van-zelst avatar fit-daniel-schuster avatar madhubs08 avatar fmannhardt avatar chiaods avatar lsabi avatar lschade avatar jwllee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.