Skip to content

Commit

Permalink
Fix Table for Synthetic Data notebook (#4311)
Browse files Browse the repository at this point in the history
This PR fixes the algorithms table in
`notebooks/cugraph_benchmarks/synth_release_single_gpu.ipynb` to render
properly on GH.
  • Loading branch information
nv-rliu authored Apr 9, 2024
1 parent abe69c0 commit 310c9dd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions notebooks/cugraph_benchmarks/synth_release_single_gpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@
"tags": []
},
"source": [
"| Algorithm | Type | Undirected Graph | Directed Graph | Notes\n",
"| ------------------------|---------------|------ | ------- |-------------\n",
"| Katz | Centrality | X | | \n",
"| Betweenness Centrality | Centrality | X | | Estimated, k = 100\n",
"| Louvain | Community | X | | Uses python-louvain for comparison\n",
"| Triangle Counting | Community | X | |\n",
"| Core Number | Core | X | |\n",
"| PageRank | Link Analysis | | X |\n",
"| Jaccard | Similarity | X | |\n",
"| BFS | Traversal | X | | No depth limit\n",
"| SSSP | Traversal | X | | \n",
"| Algorithm | Type | Undirected Graph | Directed Graph | Notes |\n",
"| ------------------------|---------------|------ | ------- |-------------------------------------|\n",
"| Katz | Centrality | X | | |\n",
"| Betweenness Centrality | Centrality | X | | Estimated, k = 100 |\n",
"| Louvain | Community | X | | Uses python-louvain for comparison |\n",
"| Triangle Counting | Community | X | | |\n",
"| Core Number | Core | X | | |\n",
"| PageRank | Link Analysis | | X | |\n",
"| Jaccard | Similarity | X | | |\n",
"| BFS | Traversal | X | | No depth limit |\n",
"| SSSP | Traversal | X | | |\n",
"\n",
"\n",
"### Test Data\n",
Expand Down Expand Up @@ -810,7 +810,7 @@
"metadata": {},
"source": [
"___\n",
"Copyright (c) 2020-2023, NVIDIA CORPORATION.\n",
"Copyright (c) 2020-2024, NVIDIA CORPORATION.\n",
"\n",
"Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n",
"\n",
Expand Down

0 comments on commit 310c9dd

Please sign in to comment.