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

How to create a graph in grape when both nodes and edges have multiple features? #55

Open
jonsenhb opened this issue Sep 19, 2023 · 0 comments

Comments

@jonsenhb
Copy link

Hello, in my graph data, each node has many features, and the type of the feature value is float. Similarly, the edges also have many features, and the type of the feature value is also float. Please tell me how I should create a graph in grape through Graph.from_pd. I read related tutorials, but they did not introduce the situation if nodes have multiple features or edges have multiple features. At the same time, I did not find any relevant description through the help(Graph.from_pd) method.

best wishes!

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