GithubHelp home page GithubHelp logo

yesanton / multiprospective-predictive-monitoring-of-business-processes-with-a-priori-knowledge Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaurjvpld/incremental-predictive-monitoring-of-business-processes-with-a-priori-knowledge

0.0 2.0 0.0 160.57 MB

Java 0.67% Python 10.52% HTML 88.80%

multiprospective-predictive-monitoring-of-business-processes-with-a-priori-knowledge's Introduction

Incremental-Predictive-Monitoring-of-Business-Processes-with-A-priori-knowledge

Code based on:

Inference algorithms used in this project:

  • _6_evaluate_baseline_SUFFIX_only -> This is Baseline 1 - no apriori knowledge is used and only the control-flow is predicted.
  • _6_evaluate_baseline_SUFFIX_and_group -> This is the extended version of Baseline 1, where also the resource attribute is predicted.
  • _11_cycl_pro_SUFFIX_only -> This is Baseline 2 - apriori knowledge is used on the control-flow and only the control-flow is predicted.
  • _11_cycl_pro_SUFFIX_resource_LTL -> This is the extended version of Baseline 2, where apriori knowledge is used on the control-flow but also the resource attribute is predicted.
  • _11_cycl_pro_SUFFIX_declare_smart_queue -> This is the proposed approach, where apriori knowledge is used on the control-flow and on the resource attribute. Both the control-flow and the resource are predicted.

How to run the algorithms:

It is necessary to first start the Java server found in LTLCheckForTraces/StackEntryPoint.java.

// In ubuntu go to folder /Multiprospective-Predictive-Monitoring-of-Business-Processes-with-A-priori-knowledge/LTLCheckForTraces/out/artifacts/TryToCompile_jar and run java -jar TryToCompile.jar

The server contains the code for checking the compliance with a single trace and the specified apriori knowledge. The proposed approach uses the DeclareAnalyzer plugin implemented for Prom.

Every csv file should be converted into the suitable format(only numerical values) using the files src/support_scripts/csv_converter.py and src/support_scripts/csv_converter_group.py accordingly. The scripts also create dictionaries which map the numerical values to actual values.

Baseline 2 uses apriori knowledge in the form of LTL rules which are expressed in the src/shared_variables.py file.

The proposed approach uses apriori knowledge in the form of MP-Declare rules, wchich are held in a separate file. The creation of the models can be done by following the structure found in the models in src/declare_models/.

The specification of the variables used for the experiments is done in the file src/shared_variables.py.

The file src/experiments_runner.py is used to run the the inference algorithms, which output the results to the folder output_files/.

multiprospective-predictive-monitoring-of-business-processes-with-a-priori-knowledge's People

Contributors

kaurjvpld avatar yesanton avatar

Watchers

 avatar  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.