Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hi! Have you ever tested SGC on PPI dataset? #18

Closed
Panxuran opened this issue Oct 14, 2019 · 2 comments
Closed

Hi! Have you ever tested SGC on PPI dataset? #18

Panxuran opened this issue Oct 14, 2019 · 2 comments

Comments

@Panxuran
Copy link

I re-implemented SGC with pytorch-geometric and test on PPI while I got only 0.45-0.5 of micro-F1 score. I wonder whether my code has something wrong or SGC is not worked on PPI?

@Tiiiger
Copy link
Owner

Tiiiger commented Oct 15, 2019

hi @Panxuran personally I have not tested SGC on the PPI dataset. One thing we know though, is that SGC often doesn't work for graph classification task. Another tip for developing with SGC: because SGC is simply a linear classifier after the propagation, I encourage you to analyze the propagated features and see if there's something interesting going on.

Good luck!

@Tiiiger Tiiiger closed this as completed Oct 15, 2019
@Panxuran
Copy link
Author

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants