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.

juliaignacyk
Node
since ‎11-17-2021
‎06-01-2022

User Statistics

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

User Activity

Hi All, As in topic I have a problem with gds.alpha.ml.nodeClassification.predict.stream This is my code: MATCH (p:Person) SET p.person_id =toInteger(p.person_id) MATCH (n:Person) WHERE n.person_id >777 REMOVE n:Person SET n:UnknownPerson MATCH (p:...
Hello, I have a model of person created in neo4j. Node is connected with thers nodes by relationship with values. I would like to predict values of one reletionship for new person node based on others connections. Is it possible?
Hi All, I have a problem with Pearson similarity this is the error I got: Failed to invoke function gds.alpha.similarity.pearson: Caused by: java.lang.ClassCastException: class [D cannot be cast to class java.util.List ([D and java.util.List are in ...