Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 992 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 992 Bytes

PDDGCN

PDDGCN: A parasitic disease-drug association predictor based on multi-view fusion graph convolutional networks

image

Tutorial

  1. Split data for cross validation and indenpendent test experiment via the script split_data.py: python split_data.py fold_number DATANAME seed_indent seed_cross

  2. To perform cross validation for finding the optimal hyperparameters by running the script command_optimal.py (if you don't want to finetune the hyperparameters, just skip this step):

  3. python command_optimal.py --dataName DATANAME --exp_name mid_dim/num_layer/alp_beta --seed_cross seed_cross --seed_indent seed_indent

To get the experiment results by running the script command_optimal.py

Requirements

numpy 1.18.0

pandas 1.1.0

scipy 1.4.1

scikit-learn 0.22

tensorflow 1.15.0

pytorch 1.6.0

python 3.7.1

Contact

Please feel free to contact us if you need any help: [email protected]