Skip to content

Far04/case2vec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.4%
  • Jupyter Notebook 22.6%