Giter Club home page Giter Club logo

promi's People

Contributors

0b11001111 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fimbault

promi's Issues

profile memory footprint

  • look for unnecessary copies (I'm talking about you Observer)
  • assess usage of concurrency for heavy operations
    • synced channels

process mining

Implementation of simple process mining algorithms & respective model structures. This includes

  • directly follows graph (DFG), footprints (unweighted DFG)
  • alpha / heuristic miner
  • inductive miner

statistics

  • counter
    Simply count elements in log, implemented as stream.
  • stream stats
    Count elements in log and log components, implemented as handler.
  • extension stats
    Loads extensions from registry that are declared in log, extracts respective attributes and summarizes them. Also implemented as handler.

extensions

There's not log/trace/event semantics defined by the XES standard. Instead, it introduces the extension concept which is intended to provide such semantics. On an abstract level, promi shall have a trait that defines such an extension representation. Further, it shall implement default extensions defined by the XES standard.

abstract

  • validation
  • statistics

implementation

  • concept
  • lifecycle
  • organizational
  • time
  • semantic
  • id
  • cost

global extension registry
It would be neat to have a central place to look up all extension implementations available in order to apply abstract features automatically. E.g. statics would become automatically richer if further implementations are linked.

convenience functions

There's scenarios more common than other and users should be provided with high level interfaces saving them from writing the same code again and again. Such may cover

  • XML-String -> Log
  • .xes-File -> Log
  • Log -> XML-String
  • Log -> .xes-File
  • load example

Partly, such functions exist for test modules. These shall be merged.

validator

While other error cases cause a stream to crash in a very early stage already, e.g. while parsing, others won't. A validator will do a deeper inspection, including checks of

  • presence of meta & element element order
  • string based XML types
  • globals
  • extension specific

prelude module

As the library grows, imports become very verbose even for small scripts. A prelude module could solve that by importing all the stuff average users want.

train-test-split

Sometimes one wants to assess a model with data different from that it was trained with. A modified Duplicator could perform such a split based on given criteria.

nice to have

  • application logging (log trait) to event stream
  • trace factory: buffer events and aggregate them to traces
  • random log / event stream factory
  • declarative (e.g. yaml based) pipeline building
  • more exotic targets such as embedded devices and web assembly (no std)
  • advanced testing: compatibility of promi XES with OpenXES, PM4Py etc.
    • check against schema definition e.g. using xmllint

recovery script

This should not be part of core promi but an separate script etc. that takes a dirty XES file and fixes some classes of recoverable errors such as string sanitation.

benchmarks

to be investigated

Potentially set up the same scenarios for promi and PM4Py.

filter

A filter is a handler that owns condition closures the tell it whether a trace/event will be filtered out or not (logical disjunction). Trace conditions decide for a trace as a whole if it remains in the log while event conditions trim traces.

Multiple filters can be chained for logical conjunction.

Also, provide a factory that creates filter(s)/observer from CNF.

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.