[GitHub] madlib issue #229: SVM: Add minibatch as a new solver

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

[GitHub] madlib pull request #229: SVM: Add minibatch as a new solver

2018-01-19 Thread iyerr3
GitHub user iyerr3 opened a pull request: https://github.com/apache/madlib/pull/229 SVM: Add minibatch as a new solver Additional author: Nikhil Kak This work is based on the original work by Xiaocheng Tang in #75. This

[GitHub] madlib pull request #225: Added option for weighted average for both classif...

2018-01-19 Thread hpandeycodeit
Github user hpandeycodeit commented on a diff in the pull request: https://github.com/apache/madlib/pull/225#discussion_r162684994 --- Diff: src/ports/postgres/modules/knn/knn.sql_in --- @@ -326,6 +331,39 @@ Result, with neighbors sorted from closest to furthest: (6 rows)

[GitHub] madlib pull request #225: Added option for weighted average for both classif...

2018-01-19 Thread hpandeycodeit
Github user hpandeycodeit commented on a diff in the pull request: https://github.com/apache/madlib/pull/225#discussion_r162685159 --- Diff: src/ports/postgres/modules/knn/knn.sql_in --- @@ -412,7 +451,8 @@ CREATE OR REPLACE FUNCTION MADLIB_SCHEMA.knn( output_table,

[GitHub] madlib pull request #225: Added option for weighted average for both classif...

2018-01-19 Thread hpandeycodeit
Github user hpandeycodeit commented on a diff in the pull request: https://github.com/apache/madlib/pull/225#discussion_r162684704 --- Diff: src/ports/postgres/modules/knn/knn.py_in --- @@ -211,23 +222,43 @@ def knn(schema_madlib, point_source, point_column_name, point_id,