Graph reports #434
LucaCappelletti94
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi Luca, thanks for the pointer. I think this is definitely an interesting resource, but I do not feel necessary at the moment. I think users can feel free to use this resource if they want. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have started running some experiments with OGB graphs, and I have noticed some of them include some topological oddities (isomorphic nodes, dendritic trees etc). I am not sure whether these are problematic for the task, as it is generally extremely task-dependent.
That being said, using GRAPE utilities for graph report I can get you for all graphs rather quickly extensive reports, such as the one shown in the linked example.
These reports are generated in HTML (or Markdown) and can be readily dropped into the OGB website if desired - I believe they may offer insights to OGB users regarding the graph topology, and why their model is performing well / not so well on a given graph.
Here is another example of a graph report, computed on the PubMed citation graph.
If you believe these may be useful I can start providing them as part of a pull request, just let me know if you believe that to be the case.
Best,
Luca
Beta Was this translation helpful? Give feedback.
All reactions