grape icon indicating copy to clipboard operation
grape copied to clipboard

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

Open jonsenhb opened this issue 2 years ago • 0 comments

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!

jonsenhb avatar Sep 19 '23 13:09 jonsenhb