- Install Conda/miniconda
- run
conda env create -f environment.yml
on a OSX (Apple Mac) device to create conda environment calledfolktables
. Unfortunately, the OSX and Linux packages in conda differ, so if you want to run this code on Linux, you will have to manually install the packages (fortunately, this does not take long). - Run
folktables_experiment.ipynb
orsynthetic_experiment.ipynb
using the newly installedfolktables
conda environment.