GraphSVX icon indicating copy to clipboard operation
GraphSVX copied to clipboard

Is it useable for heterogeneous graph?

Open zdh2292390 opened this issue 2 years ago • 2 comments

Dear authors,

I am wondering is GraphSVX also useable for heterogeneous graphs? Thanks

zdh2292390 avatar Jun 08 '22 22:06 zdh2292390

Hi,

GraphSVX is applicable on heterogeneous graphs and makes complete sense. However, it does not distinguish between node / edge types in its explanation, so if you want explanations per node type for instance, you may have to do some post-processing yourself (e.g. aggregating the importance scores per type at the end).

Hope this helps, Alexandre

----- Mail original ----- De: "ZhangDenghui" @.> À: "AlexDuvalinho/GraphSVX" @.> Cc: "Subscribed" @.***> Envoyé: Jeudi 9 Juin 2022 00:02:21 Objet: [AlexDuvalinho/GraphSVX] Is it useable for heterogeneous graph? (Issue #3)

Dear authors,

I am wondering is GraphSVX also useable for heterogeneous graphs? Thanks

— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread. Message ID: <AlexDuvalinho/GraphSVX/issues/3 @ github . com>

AlexDuvalinho avatar Jun 09 '22 08:06 AlexDuvalinho

Hi Alex, Thanks for your reply. I was wondering is there any API in this repository that is compatible with other heterogeneous graph APIs such as the DGL package? Or could you please give an example on how to use GraphSVX in heterogeneous graphs? Thank you so much!

Hi, GraphSVX is applicable on heterogeneous graphs and makes complete sense. However, it does not distinguish between node / edge types in its explanation, so if you want explanations per node type for instance, you may have to do some post-processing yourself (e.g. aggregating the importance scores per type at the end). Hope this helps, Alexandre ----- Mail original ----- De: "ZhangDenghui" @.> À: "AlexDuvalinho/GraphSVX" @.> Cc: "Subscribed" @.***> Envoyé: Jeudi 9 Juin 2022 00:02:21 Objet: [AlexDuvalinho/GraphSVX] Is it useable for heterogeneous graph? (Issue #3) Dear authors, I am wondering is GraphSVX also useable for heterogeneous graphs? Thanks — Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread. Message ID: <AlexDuvalinho/GraphSVX/issues/3 @ github . com>

zdh2292390 avatar Jun 18 '22 15:06 zdh2292390