Install benchmark reproducibility environment
conda create -n reproduce_benchmark python=3.10 -y
conda activate reproduce_benchmark
pip install -r requirements.txt
conda create -n tabular python=3.9 -y
conda activate tabular
pip install syntherela
pip install -r experiments/generation/tabular/requirements.txt
conda create -n rctgan python=3.7 -y
conda activate rctgan
pip install experiments/generation/rctgan/RCTGAN
conda create -n realtabformer python=3.9 -y
conda activate realtabformer
pip install syntherela
pip install -r experiments/generation/realtabformer/requirements.txt
conda create -n gretel python=3.9 -y
conda activate gretel
pip install syntherela
pip install -r experiments/generation/gretel/requirements.txt
conda create -n mostlyai python=3.9 -y
conda activate mostlyai
pip install syntherela
pip install -r experiments/generation/mostlyai/requirements.txt
conda create -n clavaddpm python=3.9 -y
conda activate clavaddpm
pip install -r experiments/generation/clavaddpm/requirements.txt