Adding algorightms to Gallery - #714
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #714 +/- ##
==========================================
- Coverage 93.79% 93.65% -0.15%
==========================================
Files 66 66
Lines 5142 5170 +28
==========================================
+ Hits 4823 4842 +19
- Misses 319 328 +9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
leotrs
left a comment
There was a problem hiding this comment.
Nice additions Max! All four examples run cleanly and the typo fixes are welcome.
One small suggestion: the three examples using random_hypergraph trigger a "much slower than fast_random_hypergraph" warning when run. Worth swapping to fast_random_hypergraph in plot_clique_centrality.py, plot_largest_component.py, and plot_node_edge_centrality.py so the gallery output stays clean. Up to you whether to do it here or in a follow-up.
Added four algorithms to the Gallery: communities, largest component, node centrality and edge centrality.