kimiyoung / planetoid

Semi-supervised learning with graph embeddings
MIT License
882 stars 298 forks source link

names of the features #20

Open mishabounty opened 1 year ago

mishabounty commented 1 year ago

Hi there! I use the CORA dataset to train the model and explain it using model interpretation methods. But in order to fully understand the operation of the model, the names of the features that are encoded in the tensor data.x (cora.x) are missing. Where can I find a dictionary with the names of the encoded features?