├── prepare_data.py ├── README.md ├── SVM_ADD.ipynb ├── create_dataset.py ├── drug_edj_negetive_positive.csv ├── drug_target_embedding.csv └── protein_df.csv / prepare_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/ prepare_data.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/README.md -------------------------------------------------------------------------------- /SVM_ADD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/SVM_ADD.ipynb -------------------------------------------------------------------------------- /create_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/create_dataset.py -------------------------------------------------------------------------------- /drug_edj_negetive_positive.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/drug_edj_negetive_positive.csv -------------------------------------------------------------------------------- /drug_target_embedding.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/drug_target_embedding.csv -------------------------------------------------------------------------------- /protein_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fa-fa97/DTIs-prediction-by-DeepWalk-on-DrugBank/HEAD/protein_df.csv --------------------------------------------------------------------------------