joLahann / mppn

7 stars 1 forks source link

MPPN

This repository contains the source code of the paper Multivariate Business Process Representation Learning for Predictive Process Analytics, which is currently under review for the BPM 2021.

Installation

The recommended way to install the scripts is:

cd mppn
conda create --name mppn python=3.7.
conda activate mppn
python setup.py install

This way all requirements are also installed including pytorch, cuda and fastai.

To run the jupyter notebooks you also have to create a jupyter kernel:

python -m ipykernel install --user --name mppn

Content

The repository is build with the nbdev package -> https://nbdev.fast.ai/.