Code Monkey home page Code Monkey logo

bayspec's Introduction

BaySpec

BaySpec is a Specification Mining algorithm that uses Bayesian networks that are created with the python library libpgm as an input and finds specifications in the network as most likely paths within the network.

This work is based on the methodology described in: Learning Temporal Specifications from Imperfect Traces Using Bayesian Inference A. Mrowca, M. Nocker, S. Steinhorst, S. Günnemann - Proceedings of the 56th Annual Design Automation Conference, 2019

bayspec's People

Contributors

arturmrowca avatar

Stargazers

Rubel Ahmed avatar

Watchers

 avatar

Forkers

tomyyamy

bayspec's Issues

blinker case study does not work.

I'm trying to evaluate blinker case study in your paper "Learning Temporal Specifications from Imperfect Traces Using Bayesian Inference"
I think we may run it with changing main code

#start_evaluation(option=3)

to

start_evaluation(option=6)

This enables to run blinker case study code
bayspec/evaluation/plots/ev_case_study_blinker.py

However, I get error below.

$ /bin/python3 bayspec/main.py
Traceback (most recent call last):
  File "bayspec/main.py", line 9, in <module>
    start_evaluation(option=6)
  File "bayspec/evaluation/eval_main.py", line 26, in start_evaluation
    case_study_blinker_evaluation()
  File "bayspec/evaluation/eval_main.py", line 53, in case_study_blinker_evaluation
    case_study_blinker.start()
  File "bayspec/evaluation/plots/ev_case_study_blinker.py", line 14, in start
    with open("blinker_model/blinker_tscbn1.tscbn", "rb") as in_stream:
FileNotFoundError: [Errno 2] No such file or directory: 'blinker_model/blinker_tscbn1.tscbn'

It seems blinker_model/blinker_tscbn1.tscbn that is input of this code does not exist in the repo.

How I can represent the blinker case study?
Could you please commit blinker_tscbn1.tscbn and other necessary data?

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.