-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] from_cudf_edgelist should support NULL mask for isolated vertices #1372
Closed
Tracked by
#1379
Labels
improvement
Improvement / enhancement to an existing function
Comments
BradReesWork
added
? - Needs Triage
Need team to review and classify
improvement
Improvement / enhancement to an existing function
labels
Feb 1, 2021
see question #1206 |
Note that the #3982 adds parameters to the C API that could be used to implement this. |
This is being marked as OBE. We have changed a number of argumenmts and created a new masking model. This issues was created based on the old Arrow format. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cuGraph should support graphs with isolated vertices. Data is represented as a single ended edge is COO edge data, which is a NULL value is the cuDF dataframe
The text was updated successfully, but these errors were encountered: