cugraph
cugraph copied to clipboard
[DOC]: `from_dask_cudf_edgelist` states that it doesn't support Undirected Graphs
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 documentation
In our MG tests, we call from_dask_cudf_edgelist and run algos on both directed and undirected Graphs, but this documentation states that "Undirected Graphs are not currently supported." I spoke with @jnke2016 earlier and he claimed that Undirected graphs are in-fact supported by this method.
Could I get a code-owner's approval to make a correction?
(Optional) Propose a correction
No response
Code of Conduct
- [X] I agree to follow cuGraph's Code of Conduct
- [X] I have searched the open documentation issues and have found no duplicates for this bug report