cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

fanmo1990
Node
since ‎05-01-2022
‎07-31-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am using NEO4j to do graph embedding. This is the document I follow. When I am running the code in Neo4j. CALL gds.beta.graphSage.train( 'noPropertiesGraph', { modelName: 'myModel', featureProperties: ['degree'] } ) YIELD trainMillis ...