How do I add existing Node properties of a node in the graph projection to the ML pipeline?
As far as I know, the gds.beta.pipeline.linkPrediction.addNodeProperty
procedure takes different other procedures to creates node embeddings as new node properties to the pipeline but how do I add existing ones? Getting the below error even though the properties are projected in the memory graph.
Failed to invoke procedure gds.beta.pipeline.linkPrediction.train: Caused by: java.lang.IllegalArgumentException: Node properties [property1, property2, property3] defined in the feature steps do not exist in the graph or part of the pipeline