[GitHub] madlib pull request #252: leftover minor RF user doc update

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/madlib/pull/252 ---

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177916814 --- Diff: src/ports/postgres/modules/graph/test/pagerank.sql_in --- @@ -95,6 +101,49 @@ SELECT assert(relative_error(SUM(pagerank), 1) < 0.1,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177899442 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -211,19 +261,30 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177912288 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -527,14 +615,55 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177897977 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -211,19 +261,30 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177910146 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -211,19 +261,30 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177851780 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -44,29 +44,62 @@ from utilities.utilities import add_postfix from utilities.utilities

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177894976 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -211,19 +261,30 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177915601 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -647,6 +778,26 @@ SELECT * FROM pagerank_out ORDER BY user_id, pagerank DESC; --

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177914251 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -149,25 +186,37 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177914961 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -551,14 +680,16 @@ def pagerank_help(schema_madlib, message, **kwargs):

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177892625 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -44,29 +44,62 @@ from utilities.utilities import add_postfix from utilities.utilities

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177916983 --- Diff: src/ports/postgres/modules/graph/test/pagerank.sql_in --- @@ -95,6 +101,49 @@ SELECT assert(relative_error(SUM(pagerank), 1) < 0.1,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177917620 --- Diff: src/ports/postgres/modules/graph/pagerank.sql_in --- @@ -273,6 +278,48 @@ SELECT * FROM pagerank_out_summary ORDER BY user_id; (2 rows)

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177915929 --- Diff: src/ports/postgres/modules/graph/test/pagerank.sql_in --- @@ -66,7 +66,12 @@ SELECT pagerank( 'id',-- Vertix id

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177893734 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -122,12 +158,13 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib pull request #244: Changes for Personalized Page Rank : Jira:1084

2018-03-28 Thread jingyimei
Github user jingyimei commented on a diff in the pull request: https://github.com/apache/madlib/pull/244#discussion_r177917195 --- Diff: src/ports/postgres/modules/graph/pagerank.py_in --- @@ -149,25 +164,39 @@ def pagerank(schema_madlib, vertex_table, vertex_id, edge_table,

[GitHub] madlib issue #253: MLP: Add install check tests for minibatch with grouping

2018-03-28 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/253 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/413/ ---

[GitHub] madlib pull request #253: MLP: Add install check tests for minibatch with gr...

2018-03-28 Thread kaknikhil
GitHub user kaknikhil opened a pull request: https://github.com/apache/madlib/pull/253 MLP: Add install check tests for minibatch with grouping This PR adds install check tests for MLP minibatch with grouping. You can merge this pull request into a Git repository by running:

[GitHub] madlib issue #252: leftover minor RF user doc update

2018-03-28 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/252 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/412/ ---

[GitHub] madlib pull request #252: leftover minor RF user doc update

2018-03-28 Thread fmcquillan99
GitHub user fmcquillan99 opened a pull request: https://github.com/apache/madlib/pull/252 leftover minor RF user doc update A few remaining RF user doc changes I missed in https://github.com/apache/madlib/commit/7f3aae92f2d84bf7e4501ac5efec1ebfc7a80834 Also added

[GitHub] madlib issue #251: MLP: Simplify initialization of model coefficients

2018-03-28 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/251 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/411/ ---

[GitHub] madlib issue #251: MLP: Simplify initialization of model coefficients

2018-03-28 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/madlib/pull/251 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/madlib-pr-build/410/ ---