Proper way to do Edge perturbation for node classification #8938
-
Hi all, I want to perform an edge perturbation alaysis where I keep removing an increasing portion of edges before perfroming node classification. (i.e delete 1/2 of edges from original graph, then 3/4, 7/8,...). I have 2 questions about this.
I would appreciate any guidance. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I guess you want to use |
Beta Was this translation helpful? Give feedback.
I guess you want to use
utils.dropout_edge
for this. If this results in unconnected components/isolated nodes, then this is generally not a problem (except for that a node could only learn from itself or its component).