cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
Define C++ unit tests. Tests should include both SG and MG tests.
Define C API unit tests. These do not need to duplicate the C++ tests but should focus on testing all different mechanisms on the C API. Tests should include both...
Implement Random Walks. Random walks implementation should support uniform random walks, biased random walks and node2vec random walks.
Define C++ API for Random Walks, including support for uniform, biased and node2vec
Define a C API for Random Walks.
Define PLC (pylibcugraph) API for Random Walks. This should mirror the C API definition for Random Walks.
Implement MNMG Random Walks. We have an SG implementation, but it will not translate to MNMG. We should be able to think about Random Walks as a special case of...
~Currently, this only does SG version for #2401. MG is still TODO.~ Closes #2401 This also doesn't change anything user-facing (yet).
Remove legacy implementation of Jaccard, Overlap and Sorensen. Blocked by https://github.com/rapidsai/cugraph/issues/2548
Remove old Python implementation of Jaccard, Overlap and Sorensen