graph-data-science icon indicating copy to clipboard operation
graph-data-science copied to clipboard

Source code for the Neo4j Graph Data Science library of graph algorithms.

Results 44 graph-data-science issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Sometimes we need to predict links between two different node types, say between :Identity nodes and :Organization nodes. Who belongs...

feature request

Hi All, I need some help understanding what exactly happens in 'configure split' procedure in ML link prediction pipeline. All the other steps are neat and clear except for the...

Hi, I'm trying to utilize the GDS link prediction pipeline with the GraphSage embedding algorithm https://neo4j.com/docs/graph-data-science/current/machine-learning/linkprediction-pipelines/config/ In the Adding Node Properties step it says that the procedureName parameter takes the...

BUG

Hello, First of all, thank you for GDS, it is an amazing set of tools and I am delighted by the 1.5.0 release, which I am using with the 4.2.3...

_This is a draft PR so I can leverage the github action to validate my tests, since the gradle setup for this project does not work on Apple silicon (M1)....

Edge and vertex connectivity between two sets of vertices will have use cases to do with number of vertex or edge disjoint paths between the two sets (Menger's theorem). https://reference.wolfram.com/language/ref/VertexConnectivity.html...

**Is your feature request related to a problem? Please describe.** For a given pair of nodes (or node sets), I am trying to find the largest number of node disjoint...

feature request

When using Triangle count with `nodeLabels` parameter, I get an array out of index exception. I tried reproducing on a smaller dataset, but it didn't work. I am using the...

BUG

**Is your feature request related to a problem? Please describe.** To find a negative cycle in a graph, we may need to support [Bellman Ford algorithm](https://en.wikipedia.org/wiki/Bellman%E2%80%93Ford_algorithm) **Describe the solution you...

feature request

Current implementation let the user to store information to the in-memory graph, only when using the mutate mode of graph algorithms. The following procedures will give this option to the...

feature request