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

[REVIEW] SG Pagerank transition #1332

Merged
merged 12 commits into from
Feb 2, 2021

Conversation

Iroy30
Copy link
Contributor

@Iroy30 Iroy30 commented Jan 14, 2021

Close #1313 #1331 #1330

@Iroy30 Iroy30 requested a review from a team as a code owner January 14, 2021 16:18
@BradReesWork BradReesWork added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 15, 2021
@BradReesWork BradReesWork added this to the 0.18 milestone Jan 15, 2021
@Iroy30 Iroy30 requested a review from a team as a code owner January 22, 2021 05:06
@Iroy30 Iroy30 changed the title [WIP] SG Pagerank transition [REVIEW] SG Pagerank transition Jan 28, 2021
@BradReesWork
Copy link
Member

@gpucibot merge

@BradReesWork
Copy link
Member

rerun tests

@codecov-io
Copy link

Codecov Report

Merging #1332 (a4a545b) into branch-0.18 (2fb0725) will decrease coverage by 0.01%.
The diff coverage is 37.50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.18    #1332      +/-   ##
===============================================
- Coverage        60.38%   60.36%   -0.02%     
===============================================
  Files               67       67              
  Lines             3029     3058      +29     
===============================================
+ Hits              1829     1846      +17     
- Misses            1200     1212      +12     
Impacted Files Coverage Δ
python/cugraph/link_analysis/pagerank.py 100.00% <ø> (ø)
python/cugraph/structure/graph.py 66.99% <0.00%> (+0.19%) ⬆️
python/cugraph/utilities/utils.py 67.18% <18.18%> (-4.37%) ⬇️
python/cugraph/dask/common/input_utils.py 23.07% <28.57%> (+1.14%) ⬆️
python/cugraph/dask/common/mg_utils.py 37.50% <38.09%> (-2.50%) ⬇️
python/cugraph/structure/number_map.py 58.12% <50.00%> (+2.16%) ⬆️
...ython/cugraph/centrality/betweenness_centrality.py 100.00% <100.00%> (ø)
python/cugraph/community/spectral_clustering.py 72.54% <0.00%> (-11.67%) ⬇️
python/cugraph/community/subgraph_extraction.py 90.00% <0.00%> (-5.00%) ⬇️
python/cugraph/_version.py 44.40% <0.00%> (-0.40%) ⬇️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf47bea...a4a545b. Read the comment docs.

@rapids-bot rapids-bot bot merged commit 1a71228 into rapidsai:branch-0.18 Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENH] Personalized Pagerank performed with float as weight edges
5 participants