cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request High ### Please...
### Version 24.04 ### Which installation method(s) does this occur on? Conda ### Describe the bug. There should not be a `FutureWarning` output. It looks like it is coming from...
### What is your question? I know that one cannot expect exact repeatability over multiple runs of `cugraph.leiden` (even setting `random_state` to a constant). But how similar can we rely...
While running benchmarks for the GNN packages in a multinode environment, @jnke2016 and I found that calling `Client.wait_for_workers` was not working properly, causing a hang or crash when running a...
### How would you describe the priority of this documentation request Medium ### Please provide a link or source to the relevant docs https://docs.rapids.ai/api/cugraph/nightly/api_docs/api/cugraph/cugraph.graph.from_dask_cudf_edgelist/#cugraph.Graph.from_dask_cudf_edgelist ### Describe the problems in the...
### Version 22.02 ### Which installation method(s) does this occur on? Conda ### Describe the bug. Hi community, I am struggling to install cugraph 22.04 on my conda environment. I...
### How does pos_list work for Force Atlas 2? I'm trying to specify the initial positions of the nodes for Force Atlas 2 based on their community. I've already run...
### Version 24.02 ### Which installation method(s) does this occur on? _No response_ ### Describe the bug. Just noticed in [this cugraph dgl benchmarking script](https://github.com/rapidsai/cugraph/blob/branch-24.02/benchmarks/cugraph-dgl/scale-benchmarks/cugraph_dgl_benchmark.py) that the spelling of the...
Update Egonet to support MNMG by using MNMG BFS and MNMG induced subgraph Steps include: - [x] Python implementation - [x] Define PLC (pylibcugraph) API - [x] Define C API...
### Version 23.10.0 ### Which installation method(s) does this occur on? Docker ### Describe the bug. Nodes exiting in a networkX graph do not proprly port to a cuGraph graph...