Trustworthy Scientific Inference
Clone via
git clone --recurse-submodules git@github.com:lee-group-cmu/tsi.git
and install the lf2i submodule by navigating to the corresponding folder and by typing
pip install .
Note that the above might require you to install R first. Then install tsi from the main folder specifying the desired OPTIONS via (add -e for editable mode)
pip install ".[OPTION1,OPTION2]"
..