Skip to content
Discussion options

You must be logged in to vote
  1. @ashkspark For reparameterization, only datasets with node features (where there is also a need to extract important feature dimensions) are needed and would not be applicable to general graph datasets and didn't fit the api as well.

But the implementation is simple: we sample Z according to the feature distribution of the training set for every feature dimension (I only experimented on categorical features, in which case we just sample by class probability of the categorical feature); and then apply the mask F using that formula. So for each feature dimension, when F=0, you get the randomly sampled Z according to the marginal, which means the feature is not important. When F=1, you rec…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ashkspark
Comment options

Answer selected by ashkspark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants