GitHub user hpandeycodeit opened a pull request:
https://github.com/apache/madlib/pull/244
Changes for Personalized Page Rank : Jira:1084
Jira : 1084
This PR contains changes for Personalized Page Rank.
- Added extra parameter, nodes_of_interest in main pagerank function.
- Added a new Function get_query_params_for_ppr in pagerank.py_in to
calculate random_jump_probabilty based on the user provided input nodes.
- Added a condition, when the user provided nodes are present then
Personalized Page Rank will be executed otherwise regular Page Rank will run.
- Added an example function in pagerank.sql_in
- The extra parameter nodes_of_interest is also added in the calling
functions in pagerank.sql_in
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hpandeycodeit/incubator-madlib graph_1084
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #244
----
commit ed1e364db205f104379270529d3eff694a589651
Author: hpandeycodeit <hpandey@...>
Date: 2018-03-16T22:15:51Z
Changes for Personalized Page Rank : Jira:1084
----
---