This is the official implementation of paper "Synthesize, Retrieve, and Propagate: A Unified Predictive Modeling Framework for Relational Databases".
Create the conda environment by:
bash conda/install-ubuntu-deps.sh
bash conda/create_conda_env.sh -g 11.7
Elasticsearch is used for retrieval, start elasticsearch:
sudo systemctl start elasticsearch
Use the following command to start training:
sh run.sh [options]
The datasets will be automatically downloaded. The configs can be found in configs.