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.

Unexpected relationship after running Graph Data Science Library

yuxin16
Node Clone

Dear all,

I tried the Data Science Playground with my database and the unexpected relationship "similar_jaccard" are created in my original database.

Can someone tell me if I did anything wrong when using Data Science Playground so that the realtionships are generated after running the algorithms?

Thanks
Best Regards

1 REPLY 1

It looks like you ran the Data Science Playground with the Jaccard Similarity algorithm in write mode, and it wrote the result (which nodes were similar) back to your database.

You didn't do anything wrong. If you don't want to write new data to your database, I'd recommend running in stream mode.