-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Model] Add Node explanation for Heterogenous PGExplainer Impl. #6050
[Model] Add Node explanation for Heterogenous PGExplainer Impl. #6050
Conversation
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
@ndbaker1 Hi, are you still working on this PR, what's the status of it? |
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
hi @frozenbugs, I'm still working on these changes but response time may vary as it has been difficult to allocate time for work. As of now the documentation is updated and sanity checks are running, so it will move out of draft status 👏 |
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
comments addressed, ready for bot trigger 👍 |
@ndbaker1 it seems I can not edit your PR directly so you have to handle the nit comment by yourself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good. Please feel free to merge after incorporating the suggestion from @frozenbugs .
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
logs show that relevant tests for this PR are passing
|
@ndbaker1 thanks for letting us know, yes, something wrong with the CI, we will take a look at it, and I will handle the merge of the PR. |
…#6050) Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
Description
Implemented Node explanations for PGExplainer (https://arxiv.org/pdf/2011.04573.pdf) for Heterogenous Graphs. (extending #5739)
Checklist
Please feel free to remove inapplicable items for your PR.
Changes
explain_node
method for heterogeneous implementation of PGExplainer.explain_node
internals for homogeneous implementationAn example of using the method is included in the documentation.
Tests run for MUTAG visualization scripts utilizing
explain_node
.