Neo4j desktop version 1.6.1
Enterprise Edition: 5.25.1
I am running this on localhost - an encountered the following. I checked the forums but those who encountered this issue were on Cloud...So am not very sure
Ran the following query & received this error:
// Step 7 - Train the Model
CALL gds.beta.pipeline.linkPrediction.train('Dev1',
{pipeline: 'Dev_Pipeline1',
modelName: 'Dev_Pipeline1_LR_model',
randomSeed: 42,
targetRelationshipType:"INTERACTS_WITH"})
YIELD modelInfo
RETURN modelInfo.bestParameters AS winningModel, modelInfo.metrics.AUCPR.outerTrain AS trainGraphScore, modelInfo.metrics.AUCPR.test AS testGraphScore;
Info on the bolts:
- neo4j.log and debug.log