Closed farezaur closed 5 years ago
Hi,
the Polblogs dataset does not come with node attributes. In this case, we set the attributes matrix to the NxN identity matrix. In this case we can think of a GCN as performing some kind of label propagation on the graph.
Thanks for the clarification. Does that mean that you cant perform feature perturbation on polblogs dataset? Because changing identity matrix won't be an unnoticable perturbation. Did you guys do that experiment?
You are correct, in this case we can't perform feature perturbations. In our experiments in the paper, we only performed structure perturbations in this case.
It seems there is no feature matrix available at least for the uploaded polblogs dataset? How did you do the feature matrix(X_obs) computation in this case?