79508651

Date: 2025-03-14 09:45:55
Score: 0.5
Natty:
Report link

In graph2vec using networkx, the label and feature should be numerical for the purpose of training. You did not use the right structure so it won't find the graphs

G.add_node(0, label = 1, feature=0.5)
G.add_node(1, label = 2, feature=1.2)
G.add_node(2, label = 3, feature=0.8)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Coco Q.