Skip to content

Expose capability to run Louvain with different permutations of vertices to the python layer #4886

Open
@blackboxo

Description

@blackboxo

What is your question?

I want to generate several different results of Louvain, and need to random permute vertices in graph.

In igraph, we can make it like this:
p = np.random.permutation(self.vcount()).tolist()
g = self.permute_vertices(p)

How to realize the same function in multi-GPU cuGraph with dask cudf? Thanks

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open issues and have found no duplicates for this question

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions