Mark Needham

Results 40 comments of Mark Needham

@mendter Hi, We've got an implementation of PPR which you can read about here - https://neo4j.com/docs/graph-algorithms/current/algorithms/page-rank/#_personalized_pagerank Could you let us know if that meets your needs, and if not what...

Hi @ophiry, How would the random walk algorithm then use those edge properties? Cheers, Mark

Do you see the same issue if you run it with the label + rel-type projections? Also if you're able to capture a thread dump from the period when it's...

@jexp I think this one needs to be rebased as the cosine/euclidean stuff is merged into 3.4 now

Testing on the recommendations dataset, there are so many partitions that the sequential approach is still faster. ![selection_249](https://user-images.githubusercontent.com/13220/52569788-e4387780-2e09-11e9-9769-2974c0e21177.png)

We can merge this in but I need to fix the conflicts first

We have a version of this algorithm as described here - https://neo4j.com/docs/graph-algorithms/current/algorithms/page-rank/#_personalized_pagerank Let us know if there are any changes we should make to it so it helps you solve...

Yeh you're right it's the reset vectors. We can look at extending it to do the probability approach as well. Do you have a preferred way how the procedure should...

Cool, that sounds like a good way to implement it and works well with the Cypher projection option too. I think it can probably just be any double value and...