Skip to content
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

What's the meaning of features? #3

Closed
Leirunlin opened this issue Dec 18, 2020 · 4 comments
Closed

What's the meaning of features? #3

Leirunlin opened this issue Dec 18, 2020 · 4 comments

Comments

@Leirunlin
Copy link

Leirunlin commented Dec 18, 2020

I download the datasets (github) from SNAP, but I'm now confused about the features in .json format.
Have they been preprocessed already so that they can be put into use without further processing?
Or do I need to understand what each dimension in the features mean?

@benedekrozemberczki
Copy link
Owner

benedekrozemberczki commented Dec 18, 2020 via email

@Leirunlin
Copy link
Author

Thanks for your reply!
So these features can be regarded as node features directly?
I'm trying to apply GCN to this dataset, and I wonder if more feature engineering might be helpful.

@benedekrozemberczki
Copy link
Owner

The features are described by a binary sparse matrix. Keys are nodes and the values are a list of non-zero columns in the feature matrix. I would recommend the use of some dimensionality reduction on the node feature matrix with sparse TruncatedSVD. We did not open-source the meaning of the features as the data-mining itself was with sensitive data.

@Leirunlin
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants