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?
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 @juliaignacyk ,
In your graph, a person node is connected to other person node by a relationship which has some properties. And you want to return one of the properties of relationship or node ? Can you please elaborate your question and tell us you want to achieve exactly