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 installor
make installSource code is located in src/: here. You can add code as you wish.
To test, run the following command:
make testsSee notebook: here.