Reproducing results of the ITPR paper.
To install the package itpr
, git clone this repository, cd
into it, and from its root directory, run (in a virtual environment):
pip install --upgrade pip poetry
poetry install
or
make install
Source code is located in src/
: here. You can add code as you wish.
To test, run the following command:
make tests
See notebook: here.