[madlib] branch master updated: K-NN: Add kd-tree method for approximate knn

2019-02-20 Thread riyer
This is an automated email from the ASF dual-hosted git repository. riyer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/madlib.git The following commit(s) were added to refs/heads/master by this push: new 5e601fb K-NN: Add kd-tree method

[madlib] branch mini-batch-dl-v1 deleted (was 4671a0a)

2019-02-13 Thread riyer
This is an automated email from the ASF dual-hosted git repository. riyer pushed a change to branch mini-batch-dl-v1 in repository https://gitbox.apache.org/repos/asf/madlib.git. was 4671a0a mini-batch preprocessor for image user doc improvements This change permanently discards

[madlib] branch master updated: Encode categorical: Add BIGINT as valid categorical type

2019-01-29 Thread riyer
This is an automated email from the ASF dual-hosted git repository. riyer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/madlib.git The following commit(s) were added to refs/heads/master by this push: new 7c3c1a3 Encode categorical: Add BIGINT as valid

madlib git commit: Allocator: Remove 16-byte alignment in GPDB 6

2018-09-18 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 3540a5603 -> d62e5516b Allocator: Remove 16-byte alignment in GPDB 6 Findings: 1. MADlib performs a 16-byte alignment for pointers returned by palloc. 2. Postgres prepends a small (16 byte usually) header before every pointer which

madlib git commit: Control: Add minor comments to context managers

2018-09-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 85d09e675 -> 2cde01d1f Control: Add minor comments to context managers Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/2cde01d1 Tree:

[1/2] madlib git commit: Build: Disable AppendOnly if available

2018-09-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/master b76a08344 -> 3db98babe http://git-wip-us.apache.org/repos/asf/madlib/blob/3db98bab/src/ports/postgres/modules/stats/pred_metrics.sql_in -- diff --git

[2/2] madlib git commit: Build: Disable AppendOnly if available

2018-09-13 Thread riyer
Build: Disable AppendOnly if available JIRA: MADLIB-1171 Greenplum provides an Append-optimized table storage that does not allow UPDATE and DELETE. MADlib model tables are small enough that they won't see a big benefit of using AO instead of Heap tables. This commit ensures that

[3/3] madlib git commit: Multiple: Remove trailing whitespace from all SQL

2018-09-07 Thread riyer
Multiple: Remove trailing whitespace from all SQL Markup language states that two trailing whitespace should be interpreted as a break line (), which has been implemented by Doxygen 1.8+. This commit removes all such instances since the trailing whitespace is inadvertent in most cases. If a break

[1/3] madlib git commit: Multiple: Remove trailing whitespace from all SQL

2018-09-07 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 92bdf8cab -> 35818fa39 http://git-wip-us.apache.org/repos/asf/madlib/blob/35818fa3/src/ports/postgres/modules/tsa/test/arima_train.sql_in -- diff --git

[2/3] madlib git commit: Multiple: Remove trailing whitespace from all SQL

2018-09-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib/blob/35818fa3/src/ports/postgres/modules/linalg/svd.sql_in -- diff --git a/src/ports/postgres/modules/linalg/svd.sql_in b/src/ports/postgres/modules/linalg/svd.sql_in index

madlib git commit: MLP: Simplify momentum and Nesterov updates

2018-09-04 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 5ab573bec -> 92bdf8cab MLP: Simplify momentum and Nesterov updates JIRA: MADLIB-1272 Momentum updates are complicated due to Nesterov requiring an initial update before gradient calculations. There is, however, a different form of the

[3/3] madlib git commit: Multiple: Re-enable tests in PCA, Pagerank

2018-08-16 Thread riyer
Multiple: Re-enable tests in PCA, Pagerank JIRA: MADLIB-1264 Some tests were commented out due to failures on GPDB 5.X. These tests are now working and have been enabled again. Closes #312 Co-authored-by: Arvind Sridhar Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit:

[1/3] madlib git commit: Elastic Net: Allow grouping by non-numeric column

2018-08-16 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 441f16bd5 -> a3b59356f Elastic Net: Allow grouping by non-numeric column JIRA: MADLIB-1262 - Grouping columns should be quoted if the type of the column is of type TEXT. - Grouping column names that require double quoting need special

[2/3] madlib git commit: Vec2Cols: Allow arrays of different lengths

2018-08-16 Thread riyer
Vec2Cols: Allow arrays of different lengths JIRA: MADLIB-1270 Added support to split arrays of different lengths in the vector_col. If the user does not provide feature names, we pad each array to the maximum length and split across the maximum possible number of features. If the user does

madlib git commit: Build: Download compatible Boost if version >= 1.65

2018-08-15 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 0490ea779 -> cf5ace944 Build: Download compatible Boost if version >= 1.65 JIRA: MADLIB-1235 BOOST 1.65.0 removed the TR1 library which is required by MADlib till C++11 is completely supported. Hence, we force download of a compatible

madlib git commit: Utilities: Use plpy.quote_ident if available

2018-08-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/master aa18c0a3b -> 0490ea779 Utilities: Use plpy.quote_ident if available Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/0490ea77 Tree:

madlib git commit: Build: Update versions after release

2018-08-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/master fa02339dc -> aa18c0a3b Build: Update versions after release Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/aa18c0a3 Tree:

[madlib] Git Push Summary

2018-08-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/latest_release [created] fa02339dc

[madlib] Git Push Summary

2018-08-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/latest_release [deleted] d0ad93d26

[22/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__glm.html -- diff --git a/docs/rc/group__grp__glm.html b/docs/rc/group__grp__glm.html deleted file mode 100644 index 78d953c..000 ---

[21/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__graph__measures.html -- diff --git a/docs/rc/group__grp__graph__measures.html b/docs/rc/group__grp__graph__measures.html deleted file mode

[19/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__lda.html -- diff --git a/docs/rc/group__grp__lda.html b/docs/rc/group__grp__lda.html deleted file mode 100644 index 3a04a90..000 ---

[24/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__deprecated.html -- diff --git a/docs/rc/group__grp__deprecated.html b/docs/rc/group__grp__deprecated.html deleted file mode 100644 index

svn commit: r28667 - in /release/madlib: 1.14/ 1.15/

2018-08-10 Thread riyer
Author: riyer Date: Fri Aug 10 23:23:27 2018 New Revision: 28667 Log: Add 1.15 binaries and remove 1.14 Added: release/madlib/1.15/ release/madlib/1.15/apache-madlib-1.15-bin-Darwin.dmg (with props) release/madlib/1.15/apache-madlib-1.15-bin-Darwin.dmg.asc release/madlib/1.15

[14/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__ordinal.html -- diff --git a/docs/rc/group__grp__ordinal.html b/docs/rc/group__grp__ordinal.html deleted file mode 100644 index 97590d8..000

[13/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__pca.html -- diff --git a/docs/rc/group__grp__pca.html b/docs/rc/group__grp__pca.html deleted file mode 100644 index 681c6d9..000 ---

[17/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__marginal.html -- diff --git a/docs/rc/group__grp__marginal.html b/docs/rc/group__grp__marginal.html deleted file mode 100644 index

[30/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__arraysmatrix.html -- diff --git a/docs/rc/group__grp__arraysmatrix.html b/docs/rc/group__grp__arraysmatrix.html deleted file mode 100644 index

[15/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__nn.html -- diff --git a/docs/rc/group__grp__nn.html b/docs/rc/group__grp__nn.html deleted file mode 100644 index d7569f6..000 ---

[18/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__linreg.html -- diff --git a/docs/rc/group__grp__linreg.html b/docs/rc/group__grp__linreg.html deleted file mode 100644 index 9e73ca3..000 ---

[37/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/dir_8f36046b7fd6891397115ddb47a5ee66.html -- diff --git a/docs/rc/dir_8f36046b7fd6891397115ddb47a5ee66.html

[05/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__validation.html -- diff --git a/docs/rc/group__grp__validation.html b/docs/rc/group__grp__validation.html deleted file mode 100644 index

[51/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
Move v1.15 RC1 to latest released Project: http://git-wip-us.apache.org/repos/asf/madlib-site/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib-site/commit/573d66d8 Tree: http://git-wip-us.apache.org/repos/asf/madlib-site/tree/573d66d8 Diff:

[01/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
Repository: madlib-site Updated Branches: refs/heads/asf-site 9a2b301d3 -> 573d66d85 http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/lda_8sql__in.html -- diff --git a/docs/rc/lda_8sql__in.html

[08/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__strs.html -- diff --git a/docs/rc/group__grp__strs.html b/docs/rc/group__grp__strs.html deleted file mode 100644 index a3a6e3b..000 ---

[26/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__crf.html -- diff --git a/docs/rc/group__grp__crf.html b/docs/rc/group__grp__crf.html deleted file mode 100644 index 20fd7da..000 ---

[29/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/group__grp__balance__sampling.html -- diff --git a/docs/rc/group__grp__balance__sampling.html b/docs/rc/group__grp__balance__sampling.html deleted file mode

[48/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/balance__sample_8sql__in.html -- diff --git a/docs/rc/balance__sample_8sql__in.html b/docs/rc/balance__sample_8sql__in.html deleted file mode 100644 index

[49/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/array__ops_8sql__in.html -- diff --git a/docs/rc/array__ops_8sql__in.html b/docs/rc/array__ops_8sql__in.html deleted file mode 100644 index c6140a5..000

[43/51] [partial] madlib-site git commit: Move v1.15 RC1 to latest released

2018-08-10 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/573d66d8/docs/rc/create__indicators_8sql__in.html -- diff --git a/docs/rc/create__indicators_8sql__in.html b/docs/rc/create__indicators_8sql__in.html deleted file mode

[40/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/dense__linear__systems_8sql__in.html -- diff --git a/docs/rc/dense__linear__systems_8sql__in.html b/docs/rc/dense__linear__systems_8sql__in.html new file

[45/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/clustered__variance__coxph_8sql__in.html -- diff --git a/docs/rc/clustered__variance__coxph_8sql__in.html b/docs/rc/clustered__variance__coxph_8sql__in.html

[48/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/balance__sample_8sql__in.html -- diff --git a/docs/rc/balance__sample_8sql__in.html b/docs/rc/balance__sample_8sql__in.html new file mode 100644 index

[27/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__correlation.html -- diff --git a/docs/rc/group__grp__correlation.html b/docs/rc/group__grp__correlation.html new file mode 100644 index

[11/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__random__forest.html -- diff --git a/docs/rc/group__grp__random__forest.html b/docs/rc/group__grp__random__forest.html new file mode 100644 index

[17/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__marginal.html -- diff --git a/docs/rc/group__grp__marginal.html b/docs/rc/group__grp__marginal.html new file mode 100644 index 000..d88997f

[06/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__text__utilities.html -- diff --git a/docs/rc/group__grp__text__utilities.html b/docs/rc/group__grp__text__utilities.html new file mode 100644

[03/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/jquery.js -- diff --git a/docs/rc/jquery.js b/docs/rc/jquery.js new file mode 100644 index 000..2771c74 --- /dev/null +++ b/docs/rc/jquery.js @@ -0,0

[21/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__graph__measures.html -- diff --git a/docs/rc/group__grp__graph__measures.html b/docs/rc/group__grp__graph__measures.html new file mode 100644

[18/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__linreg.html -- diff --git a/docs/rc/group__grp__linreg.html b/docs/rc/group__grp__linreg.html new file mode 100644 index 000..9e73ca3 ---

[44/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/cox__prop__hazards_8sql__in.html -- diff --git a/docs/rc/cox__prop__hazards_8sql__in.html b/docs/rc/cox__prop__hazards_8sql__in.html new file mode 100644

[26/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__crf.html -- diff --git a/docs/rc/group__grp__crf.html b/docs/rc/group__grp__crf.html new file mode 100644 index 000..20fd7da --- /dev/null

[01/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
Repository: madlib-site Updated Branches: refs/heads/asf-site acd339f65 -> 9a2b301d3 http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/lda_8sql__in.html -- diff --git a/docs/rc/lda_8sql__in.html

[08/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__strs.html -- diff --git a/docs/rc/group__grp__strs.html b/docs/rc/group__grp__strs.html new file mode 100644 index 000..a3a6e3b --- /dev/null

[15/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__nn.html -- diff --git a/docs/rc/group__grp__nn.html b/docs/rc/group__grp__nn.html new file mode 100644 index 000..d7569f6 --- /dev/null +++

[42/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/cross__validation_8sql__in.html -- diff --git a/docs/rc/cross__validation_8sql__in.html b/docs/rc/cross__validation_8sql__in.html new file mode 100644 index

[23/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__encode__categorical.html -- diff --git a/docs/rc/group__grp__encode__categorical.html b/docs/rc/group__grp__encode__categorical.html new file

[20/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__kmeans.html -- diff --git a/docs/rc/group__grp__kmeans.html b/docs/rc/group__grp__kmeans.html new file mode 100644 index 000..0f40769 ---

[07/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__svec.html -- diff --git a/docs/rc/group__grp__svec.html b/docs/rc/group__grp__svec.html new file mode 100644 index 000..efdf975 --- /dev/null

[49/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/array__ops_8sql__in.html -- diff --git a/docs/rc/array__ops_8sql__in.html b/docs/rc/array__ops_8sql__in.html new file mode 100644 index 000..c6140a5 ---

[36/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/dir_ce4fa7aad06dd1bbca713eb50be7391b.html -- diff --git a/docs/rc/dir_ce4fa7aad06dd1bbca713eb50be7391b.html

[04/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/hypothesis__tests_8sql__in.html -- diff --git a/docs/rc/hypothesis__tests_8sql__in.html b/docs/rc/hypothesis__tests_8sql__in.html new file mode 100644 index

[29/51] [partial] madlib-site git commit: Add v1.15 RC1 docs for release voting

2018-08-07 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/9a2b301d/docs/rc/group__grp__balance__sampling.html -- diff --git a/docs/rc/group__grp__balance__sampling.html b/docs/rc/group__grp__balance__sampling.html new file mode

svn commit: r28605 - /dev/madlib/1.15-RC1/

2018-08-07 Thread riyer
Author: riyer Date: Tue Aug 7 21:03:59 2018 New Revision: 28605 Log: Add 1.15 RC1 files Added: dev/madlib/1.15-RC1/ dev/madlib/1.15-RC1/apache-madlib-1.15-bin-Darwin.dmg (with props) dev/madlib/1.15-RC1/apache-madlib-1.15-bin-Darwin.dmg.asc dev/madlib/1.15-RC1/apache-madlib

svn commit: r28587 - /dev/madlib/KEYS

2018-08-06 Thread riyer
Author: riyer Date: Tue Aug 7 05:42:30 2018 New Revision: 28587 Log: Update KEYS with key for Rahul Iyer Modified: dev/madlib/KEYS Modified: dev/madlib/KEYS == --- dev/madlib/KEYS (original) +++ dev/madlib/KEYS Tue

svn commit: r28586 - /release/madlib/KEYS

2018-08-06 Thread riyer
Author: riyer Date: Tue Aug 7 05:42:14 2018 New Revision: 28586 Log: Update KEYS with key for Rahul Iyer Modified: release/madlib/KEYS Modified: release/madlib/KEYS == --- release/madlib/KEYS (original) +++ release

[1/2] madlib git commit: DT/RF: Add function to report importance scores

2018-08-01 Thread riyer
Repository: madlib Updated Branches: refs/heads/master e2534e44e -> 186390f7c DT/RF: Add function to report importance scores JIRA: MADLIB-925 This commit adds a new MADlib function (get_var_importance) to report the importance scores in decision tree and random forest by unnesting the

[2/2] madlib git commit: DT/RF: Fix user doc examples

2018-08-01 Thread riyer
DT/RF: Fix user doc examples Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/186390f7 Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/186390f7 Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/186390f7

madlib git commit: DT/RF: Don't eliminate single-level cat variable

2018-08-01 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 20f95b33b -> e2534e44e DT/RF: Don't eliminate single-level cat variable JIRA: MADLIB-1258 When DT/RF is run with grouping, a subset of the groups could eliminate a categorical variable leading to multiple issues downstream, including

madlib git commit: Madpack: Fix missing test logs bug.

2018-07-26 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 836759e69 -> a0cfcf8f7 Madpack: Fix missing test logs bug. Due to a recent commit, madpack cleaned log files of test operations as well as the atomic operations. As a result, log files are missing even after install/dev check fails. This

madlib git commit: Multiple: Clean and update documentation

2018-07-26 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 2aac41897 -> 836759e69 Multiple: Clean and update documentation Closes #298 Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/836759e6 Tree:

madlib git commit: Cols2Vec: Add Apache License header

2018-07-18 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 4349e7722 -> ebd453cbb Cols2Vec: Add Apache License header Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/ebd453cb Tree:

[1/2] madlib git commit: Utilities: Add cols2vec() to convert columns to array

2018-07-16 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 3b527b82a -> 950114ccd Utilities: Add cols2vec() to convert columns to array JIRA: MADLIB-1239 This commit adds a new function called cols2vec that can be used to convert features from multiple columns of an input table into a feature

[2/2] madlib git commit: Utilties: Refactor and clean cols2vec from 2828d86

2018-07-16 Thread riyer
Utilties: Refactor and clean cols2vec from 2828d86 JIRA: MADLIB-1239 Closes #288 Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/950114cc Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/950114cc Diff:

madlib git commit: Utils: Simplify proxy quote function

2018-07-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 5e47c8e4c -> 3b527b82a Utils: Simplify proxy quote function Commit 5e47c8e added a wrapper quote_literal function that called plpy.quote_literal if available, else returned dollar-quoted string. We can use Python's introspection to switch

madlib git commit: Utils: Add a Python quote_literal for GP platforms

2018-07-13 Thread riyer
Repository: madlib Updated Branches: refs/heads/master e64dba4eb -> 5e47c8e4c Utils: Add a Python quote_literal for GP platforms Versions prior to GPBD 6 or Postgresql 9.1 do not provide plpy.quote_literal which is necessary for building a SQL text array from a Python list of strings. We

madlib git commit: Madpack: Fix glob expansion for dev-check

2018-07-12 Thread riyer
Repository: madlib Updated Branches: refs/heads/master a47cd1ff5 -> e64dba4eb Madpack: Fix glob expansion for dev-check Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/e64dba4e Tree:

[2/5] madlib git commit: SVM: Compute average loss per row instead of total loss

2018-07-12 Thread riyer
SVM: Compute average loss per row instead of total loss Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/ceab57f3 Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/ceab57f3 Diff:

[4/5] madlib git commit: Multiple: Update docs related to CV

2018-07-12 Thread riyer
Multiple: Update docs related to CV JIRA: MADLIB-1250 This commit updates documentation to reflect latest changes in cross validation. An additional minor change is made to MLP docs to use 'AVG' instead of 'SUM/COUNT'. Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit:

[3/5] madlib git commit: CV: Fix incorrect dict index + change output columns

2018-07-12 Thread riyer
CV: Fix incorrect dict index + change output columns JIRA: MADLIB-1250 Cross validation had a minor bug that didn't fully index into a two-level nested dictionary. This led to a KeyError while writing CV results to an output table. This has been fixed in this commit. Additionally, the CV output

[5/5] madlib git commit: Utilities: Add check for any array type

2018-07-12 Thread riyer
Utilities: Add check for any array type Co-authored-by: Nikhil Kak Closes #293 Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/a47cd1ff Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/a47cd1ff Diff:

[1/5] madlib git commit: Build: Remove symlinks during rpm uninstall

2018-07-12 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 5f80ba978 -> a47cd1ff5 Build: Remove symlinks during rpm uninstall JIRA: MADLIB-1175 `rpm --install` creates three symlinks to `Versions/`, `.../bin`, and `.../doc`. These symlinks should be deleted during `rpm --erase`. Additionally, we

madlib git commit: Utilites: Add CTAS while dropping some columns

2018-07-12 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 59ad96a04 -> 5f80ba978 Utilites: Add CTAS while dropping some columns JIRA: MADLIB-1241 This commit adds function to create a new table from existing table while dropping some of the columns of the original table. Closes #282 Project:

[1/2] madlib git commit: Upgrade: Fix multiple bugs

2018-06-15 Thread riyer
Repository: madlib Updated Branches: refs/heads/master 8e34f68d7 -> b88f60464 Upgrade: Fix multiple bugs 1. Appended schema_madlib to the mlp_igd_final return type. The missing schema name caused the upgrade to fail from 1.12 to 1.x if there was a dependency on mlp_igd_final. 2. A new

[1/3] madlib git commit: DT: Don't use NULL value to get dep_var type

2018-05-31 Thread riyer
Repository: madlib Updated Branches: refs/heads/master ccc3a1832 -> abef95ec9 DT: Don't use NULL value to get dep_var type JIRA: MADLIB-1233 Function `_is_dep_categorical` is used to obtain the type of the dependent variable expression. This function gets a random value using `LIMIT 1` and

[2/3] madlib git commit: DT: Ensure summary table has correct features

2018-05-31 Thread riyer
DT: Ensure summary table has correct features JIRA: MADLIB-1236 If a cat_feature is dropped (due to just a single level), that feature should not be included in the summary table list, since tree_predict uses the features in summary table while reading source table. This commit ensures the right

[3/3] madlib git commit: Logregr: Report error if output table is empty

2018-05-31 Thread riyer
Logregr: Report error if output table is empty JIRA MADLIB-1172 When the model cannot be generated due to ill-conditioned input data, the output table doesn't get populated. In this case, we report back an error instead of creating the empty table. Closes #270 Project:

[3/3] madlib git commit: Multiple: Remove support for HAWQ from all modules

2018-05-11 Thread riyer
Multiple: Remove support for HAWQ from all modules With HAWQ support removed for the past few versions, we can eliminate all the code that was specifically written for that port. This includes madpack changes for upgrade and reinstall, workarounds in multiple modules for table updates, and

[2/3] madlib git commit: Multiple: Remove support for HAWQ from all modules

2018-05-11 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib/blob/34ca6188/src/ports/postgres/modules/convex/lmf_igd.py_in -- diff --git a/src/ports/postgres/modules/convex/lmf_igd.py_in b/src/ports/postgres/modules/convex/lmf_igd.py_in index

[42/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/dense__linear__systems_8sql__in.html -- diff --git a/docs/v1.14/dense__linear__systems_8sql__in.html b/docs/v1.14/dense__linear__systems_8sql__in.html

[47/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/clustered__variance__coxph_8sql__in.html -- diff --git a/docs/v1.14/clustered__variance__coxph_8sql__in.html

[31/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/group__grp__bayes.html -- diff --git a/docs/v1.14/group__grp__bayes.html b/docs/v1.14/group__grp__bayes.html new file mode 100644 index 000..5cfa013

[44/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/cross__validation_8sql__in.html -- diff --git a/docs/v1.14/cross__validation_8sql__in.html b/docs/v1.14/cross__validation_8sql__in.html new file mode

[40/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/dir_71a41f8b7207fbbc465a4e4d95589314.html -- diff --git a/docs/v1.14/dir_71a41f8b7207fbbc465a4e4d95589314.html

[37/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/eigen_navtree_hacks.js -- diff --git a/docs/v1.14/eigen_navtree_hacks.js b/docs/v1.14/eigen_navtree_hacks.js new file mode 100644 index 000..ee72246

[34/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/glm_8sql__in.html -- diff --git a/docs/v1.14/glm_8sql__in.html b/docs/v1.14/glm_8sql__in.html new file mode 100644 index 000..c9194c6 --- /dev/null

[33/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/graph_legend.html -- diff --git a/docs/v1.14/graph_legend.html b/docs/v1.14/graph_legend.html new file mode 100644 index 000..65dbfe7 --- /dev/null

[36/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/elastic__net_8sql__in.html -- diff --git a/docs/v1.14/elastic__net_8sql__in.html b/docs/v1.14/elastic__net_8sql__in.html new file mode 100644 index

[38/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/dir_d0ff1bc8be395d65672549993d82a3c0.html -- diff --git a/docs/v1.14/dir_d0ff1bc8be395d65672549993d82a3c0.html

[25/51] [partial] madlib-site git commit: Doc: Add v1.14 documentation

2018-05-02 Thread riyer
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/e283664c/docs/v1.14/group__grp__graph__vertex__degrees.html -- diff --git a/docs/v1.14/group__grp__graph__vertex__degrees.html

  1   2   >