Skip to content
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] datasets API: Update Notebook examples #2364

Closed
oorliu opened this issue Jun 17, 2022 · 2 comments
Closed

[ENH] datasets API: Update Notebook examples #2364

oorliu opened this issue Jun 17, 2022 · 2 comments

Comments

@oorliu
Copy link
Contributor

oorliu commented Jun 17, 2022

Milestone for #1348

Cleanup instance in the cuGraph notebooks where Graphs are created by manually reading an edge-list using cuDF and converting that to a graph.

@github-actions
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

rapids-bot bot pushed a commit that referenced this issue Aug 2, 2022
Addresses issue #2364 

All of the SG notebook examples have been updated to use the newly added Datasets API. Previously, Graph objects were created by specifying a path to the `.csv` file, calling `cuDF` to read in the file, and then converting the edge list to a graph. 

Now, a dataset object is imported and can create graphs by calling the `get_graph()` method. Comments and headings have also been updated for continuity.

Authors:
  - Ralph Liu (https://github.com/oorliu)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)

URL: #2440
@rlratzel
Copy link
Contributor

This is closed by #2440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants