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

Feather-Graph with attributed graphs #155

Open
sarmaier opened this issue Nov 16, 2023 · 0 comments
Open

Feather-Graph with attributed graphs #155

sarmaier opened this issue Nov 16, 2023 · 0 comments

Comments

@sarmaier
Copy link

sarmaier commented Nov 16, 2023

Hi,

First off, thank you maintaining this library, its awesome! Also, I apologize if this question is redundant. I found a few similar closed questions, but was still a bit confused on how to go about solving my question

Background: I have a few thousand small, attributed graphs. For each node, I have a set of 6 continuous feature variables. I would like to embed these graphs, considering the node features for use in downstream ML projects. From my understanding, the Feather-Graph class as implemented in karateclub only considers topological features (it would ignore the 6 continuous feature variables I have assigned to each node).

Question: I would like to embed my graphs using either the FeatherGraph class in karateclub or the FeatherG class from FEATHER repo (https://github.com/benedekrozemberczki/FEATHER) . Additionally I would like the graph-level embedding to account for node attributes. Would it be reasonable for me to pass the output of the FEATHER class (node embeddings) to a pooling function to get a graph-level representation that accounts for the 6 continuous node features.

Again, thank you so much for all your work! I've loved using the library so far.

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

1 participant