This repo contains the code and data for the ABC project report.
To setup the environment, please use python>=3.10
and install requirements using the requirements.txt
file:
pip install -r requirements.txt
utils.py
: This file contains code for common utilities.example.py
: This file contains common code for the synthetic (example) problem.pharmacokinetics.py
: This file contains common code for the pharmacokinetics problem.q{n}.py
: This file contains the code to run experiments for questionn
in the project description.data
: This folder contains the experiment results.project.ipynb
: This interactive notebook contains code for inspection and visualization of experiment results.