graspologic icon indicating copy to clipboard operation
graspologic copied to clipboard

compare CASC to GraphSAGE on the experiments they performed in their papers

Open jovo opened this issue 4 years ago • 8 comments

https://arxiv.org/pdf/1706.02216.pdf

jovo avatar Oct 14 '20 15:10 jovo

@jovo ndd appropriate?

bdpedigo avatar Oct 14 '20 15:10 bdpedigo

Possibly interested in this issue for sprint 2

spencer-loggia avatar Oct 30 '20 16:10 spencer-loggia

also interested in this for sprint 2

loftusa avatar Nov 02 '20 14:11 loftusa

@JonathanLarson do you have an implementation of GraphSage you like/use?

bdpedigo avatar Mar 25 '21 17:03 bdpedigo

I tried running the PPI dataset with the GraphSAGE GitHub code by first running the unsupervised model and then the PPI logistic classificer, but it just outputs the F1 scores for each node in the test graph. The GitHub code does not seem immediately ready to be used to run the experiments as detailed in their paper, but I believe I can write a new Jupyter Notebook to run their model and then classify with my own code instead of theirs.

zeou1 avatar Apr 01 '21 01:04 zeou1

Definition of Done (First Draft):

  1. Write a Jupyter Notebook for the experiment to replicate the PPI dataset result in Table 1 of the paper
  2. Do the same thing as step 1 but with CASC

I feel like the two steps above should be achievable within the time constraint of the NDD class, but I do welcome any feedback on this part.

zeou1 avatar Apr 01 '21 01:04 zeou1

Are there other ways to compare the results of the experiments other than F1 scores? Or is the F1 score what we are looking for?

zeou1 avatar Apr 01 '21 02:04 zeou1