dbarenholz / integer_sequence

Repository for internship code. Called integer_sequence as it contains generating code for integer sequences, and estimators that learn the distribution of a particular set of sequences.

Home Page:https://dbarenholz.github.io/integer_sequence/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integer Sequence Generation from Event Logs

Code that has been written as proof of concept for generating integer sequences from XES.

Installation

  1. Clone the repository.
  2. Create an environment according to environment.yml.

Note: pre-commit scripts are included for building documentation automatically on each commit.

Generating datasets

  1. Run generate_datasets.py. If you want to generate different datasets, change the config in code.

About

Repository for internship code. Called integer_sequence as it contains generating code for integer sequences, and estimators that learn the distribution of a particular set of sequences.

https://dbarenholz.github.io/integer_sequence/


Languages

Language:Python 99.7%Language:Shell 0.3%