├── Readme.md ├── main.py ├── utils.py ├── conf/ │ └── conf.yaml # global configuration information, such as file storage paths and model hyperparameters ├── data/ │ ├── raw_data.csv # molecule ...