alexsee / case2vec

Additional material of the paper "Case2vec: Advances in Representation Learning for Business Processes".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Case2vec: Advances in Representation Learning for Business Processes

Setup

Use Miniconda for the easiest way to setup an environment.

Using Miniconda

  1. Install Miniconda (make sure to use a Python 3 version)
  2. After setting up miniconda you can make use of the conda command in your command line (Powershell, CMD, Bash)
  3. We suggest that you set up a dedicated environment for this project by running conda env create -f environment.yml
    • This will setup a virtual conda environment with all necessary dependencies.
  4. Depending on your operating system you can activate the virtual environment with conda activate replearn on Linux and macOS, and activate ad on Windows (cmd only).
  5. If you want to quickly install the replearn package, run pip install -e . inside the root directory.
  6. Now you can start the notebook server by jupyter notebook notebooks.

Jupyter Notebooks

Check the notebooks directory for example Jupyter Notebooks.

About

Additional material of the paper "Case2vec: Advances in Representation Learning for Business Processes".

License:GNU General Public License v3.0


Languages

Language:Python 77.4%Language:Jupyter Notebook 22.6%