cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
Current cuGraph Python APIs that require a call to an underlying C++ analytic will create a C++ `graph_t` instance prior to calling the C++ function, convert results to a Python/cuDF...
#2109 describes additional use cases that PropertyGraph needs to support. This PR adds tests to ensure those are supported, and possibly new updates to the PropertyGraph implementation if necessary. closes...
- [ ] 1. Single File Edge list CSV that also contains vertex information. For example, a column for "src" and "dst" info, then lots of edge attributes. - [...
#2143 and #2104 describe and track data masking at the C/C++/CUDA primitive layers. This issue describes and tracks the efforts to have the Python API take advantage of data masking...
Our CPP tests are organized under a nice directory hierarchy, and our python tests could benefit from a similar organization to make particular tests easier to find and run. It...
Adding `email-EU-core.csv` to the set of inputs to the `test_core_number` test causes NetworkX to raise an exception which fails the test: ``` E networkx.exception.NetworkXError: Input graph has self loops which...
Many of the tests do very similar setup steps, including iterating over a set of datasets, creating a specific graph type, creating a specif Nx graph type, running an algo...
Adding `email-EU-core.csv` to the set of inputs to the `test_k_core.py::test_core_number_DiGraph` test causes NetworkX to raise an exception which fails the test: ``` E networkx.exception.NetworkXError: Input graph has self loops which...
cuGraph needs to expand its list of graph types to better capture and support the fully range of graph analytics. Various graph types require different processing, and having well defined...