Hello @naveh and thanks for your question!
I don't there is a problem with your setup. The problem here is that the DFS algorithm is a single-threaded implementation. It has the concurrency parameter due to the general nature of the GDS API, but it d...
Hello @Cobra!
There are many issues currently with the Link Prediction functions in the GDS library. We don't want to address all of them immediately (because we're busy with other topics) and as such it feels difficult to address just this one conce...
Hello all,
I want to apologize for the delay in the response; I have not been aware of this thread until today. We posted an updated message in the README in our repository in early September. Following that update several people have reached out wit...
In order to feed in the properties computed by FastRP you will need to use the mutate mode to add them to the in-memory graph (the one you call 'myGraph'). The write mode will only write them to Neo4j. You can reload them from Neo4j as well, but then...
Hello SRJ
Are you perhaps the same person as the GitHub user shyamrjoshi who also posted this GitHub issue?
In general you'll reach us (the CAPS team) faster if you post a GitHub issue, as we monitor these daily. Posting here is fine as well, but you...