Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-12-2022 12:10 PM
Hi,
I have a heterogeneous Graph with 2457 nodes and over 12K relationship with nodes & edges properties. I managed to apply the GraphSage algorithm but only added the node's properties.
I checked the documents, and it seems like that for edges, we can only specify "relationshipTypes" "relationshipWeightProperty."
Is there a way to add the properties of the edges too?
Thank you!
02-12-2022 08:36 PM
Hi
Do you have bloom installed on your system?
Many thanks
Mr Sameer Sudhir G
02-14-2022 06:12 AM
At this point, GraphSAGE only supports node properties and edge weights (which are numeric properties).
02-14-2022 12:40 PM
ok, thank you for your reply
02-24-2022 04:08 AM
Hi,
Assuming the relationship has a numeric property as required, is it possible to use it as relationshipWeightProperty even if head and tail nodes belong to different labels ?
I am trying to train a GraphSAGE model in the multiLabel configuration, with parameter projectedFeatureDimension set so as to enable multiLabel.
Thanks in advance!
02-24-2022 01:15 PM
Yes, you can use relationship weights. The performance might not be great, because it wasn't explicitly built to handle different edge types, but tuning it should help
All the sessions of the conference are now available online