-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Visualization of GNN Explanations #5631
Comments
This would be great! |
Yes this would be great! |
Hello all! I will be working on the third point for this PR. @RexYing I am looking at the I am planning to add the options for feature names and top N feature to plot. Is there anything else we should add for this specific point? Thank you! |
This sounds good. I think we can support this option for both |
Does this include visualization of Heterogenous Graphs? How would one go about using the explainer module right now for HeteroData and for edge based prediction tasks? |
It does not include visualizations of heterogeneous graphs. For heterogeneous graphs, we can later just leverage |
For hetero graphs it might be useful to include the node and edge types in the visualization. So we could consider building visualizations directly on heterogenous graphs. |
Yes, these are available through |
Work in progress for feat importance visualization for issue [5631](#5631) Co-authored-by: Jintang Li <cnljt@outlook.com> Co-authored-by: Jinu Sunil <jinu.sunil@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
🚀 The feature, motivation and pitch
Improve visualization utility functions of the explanation. It can be in the form of feature importance maps, or visualization of the explanation subgraph. Support parameters such as the size of explanation and show weighted importance for edges to control the visualization output.
Plan:
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: