storyandwine / LAGCN

Code and Datasets for "Predicting Drug-Disease Associations through Layer Attention Graph Convolutional Networks"
51 stars 15 forks source link

数据和代码问题 #18

Closed SunRuir closed 1 year ago

SunRuir commented 1 year ago

您好! 请问您在基础数据集上与其它六种方法比较的程序是发表在哪利呀,或者是从哪里找到的呀

storyandwine commented 1 year ago

You can follow the thread of the citations back to the papers on these contrasting methods to find or build their respective code implementations. And then simply replace the Predict Score function in LAGCN to do a fair comparison between the different methods. Some methods may not be written in python, which requires you to use import and export functions flexibly to exchange data through the intermediary of text files.

SunRuir commented 1 year ago

好的!非常感谢您的回复