-
It seems that all the examples are based on either node classification or link prediction. Is GNNExplainer compatible with regression predictions? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jul 31, 2023
Replies: 1 comment
-
Yes, it is. We don't have an example for it, just a test though (see https://github.com/pyg-team/pytorch_geometric/blob/master/test/explain/algorithm/test_gnn_explainer.py#L190). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alzaia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is. We don't have an example for it, just a test though (see https://github.com/pyg-team/pytorch_geometric/blob/master/test/explain/algorithm/test_gnn_explainer.py#L190).