-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node attributes #2
Comments
Yes, currently the default is a binary flag to use node embeddings as node features but you can easily modify it to use external attributes. You can pass in your node attributes using the n_feats flag of the _prepare_features_new function. Let me know if you have any more questions |
And for the node features, for example, in my graph, there are 6 attributes for the nodes, what is the format of the attribues file I should build? A mat? or npy? with the rows for attributes? or? |
And for the node features, for example, in my graph, there are 6 attributes for the nodes, what is the format of the attribues file I should build? A mat? or npy? with the rows for attributes? or? |
Is there any way to add attributes inside of your model?
The text was updated successfully, but these errors were encountered: