In this repo, we will modify SBTM method from Boffi et. al. 2023 for sampling from complex probability measures. The authors of this repo are @birajpandey and @Vilin97.
-
Do a clean download of the repository.
git clone https://github.com/birajpandey/SBTM-sampling.git
-
Go to the downloaded repo
cd path/to/SBTM-sampling
-
Run the
Makefile
. It creates an anaconda environment calledsbtm_env
, downloads required packages, datasets and runs tests.make
-
Activate the conda environment.
conda activate sbtm_env
-
Install the
sbtm
packagepip install -e .
-
Run the files in
scripts/
to reproduce our results.
Remark: This project structure is based on the cookiecutter data science project template. We also took a great deal of help from the The Good Research Code Handbook written by Patrick J Mineault.