AnacletoLAB / grape

🍇 GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations
MIT License
502 stars 38 forks source link

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

Open jonsenhb opened 9 months ago

jonsenhb commented 9 months ago

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!