Github user jingyimei commented on a diff in the pull request:
https://github.com/apache/madlib/pull/244#discussion_r175665727
--- Diff: src/ports/postgres/modules/graph/pagerank.sql_in ---
@@ -120,6 +121,10 @@ distribution per group. When this value is NULL, no
grouping is used and
a single model is generated for all data.
@note Expressions are not currently supported for 'grouping_cols'.</dd>
+<dt> nodes_of_interest (optional) </dt>
--- End diff --
@fmcquillan99 Do we also need additional explanation of personalized
pagerank somewhere in the user doc?
---