[26/34] incubator-madlib git commit: DT: Include rows with NULL features in training

2017-06-16 Thread okislal
DT: Include rows with NULL features in training JIRA: MADLIB-1095 This commit enables decision tree to include rows with NULL feature values in the training dataset. Features that have NULL values are not used during the training, but the features with non-null values are used. Note: Training

[32/34] incubator-madlib git commit: MADLIB-1098. Corrections for MADlib naming consistency

2017-06-16 Thread okislal
MADLIB-1098. Corrections for MADlib naming consistency Closes #130 Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/ef4101e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/ef4101e6

[27/34] incubator-madlib git commit: DT: Update error message for invalid num_splits

2017-06-16 Thread okislal
DT: Update error message for invalid num_splits Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/c4fd91e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/c4fd91e1 Diff:

[05/34] incubator-madlib git commit: PGXN: Fix license and images in metadata

2017-06-16 Thread okislal
PGXN: Fix license and images in metadata Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/63f59e2b Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/63f59e2b Diff:

[17/34] incubator-madlib git commit: Doc: Update documentation

2017-06-16 Thread okislal
Doc: Update documentation Minor corrections and changes in elastic net, decision tree, random forest, pivot. Closes #118 Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/206e1269 Tree:

[19/34] incubator-madlib git commit: Build: Update and move ReadMe.txt

2017-06-16 Thread okislal
Build: Update and move ReadMe.txt Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/9362ba80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/9362ba80 Diff:

[18/34] incubator-madlib git commit: Update README.md

2017-06-16 Thread okislal
Update README.md Updated 3rd party components list + a few minor edits Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/658ecdef Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/658ecdef

[33/34] incubator-madlib git commit: Build: Update multiple files for correct verbage

2017-06-16 Thread okislal
Build: Update multiple files for correct verbage JIRA: MADLIB-1098 Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/6c2f8e39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/6c2f8e39

[07/34] incubator-madlib git commit: README: Add build status badge icon

2017-06-16 Thread okislal
README: Add build status badge icon Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/1392c5d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/1392c5d6 Diff:

[28/34] incubator-madlib git commit: Release 1.11: Upgrade related changes

2017-06-16 Thread okislal
Release 1.11: Upgrade related changes Additional Author: Orhan Kislal Updates the changelists and other related files for upgrade. Note that upgrade is not supported from versions prior to 1.9. Closes #121 Project:

[09/34] incubator-madlib git commit: Feature: PageRank

2017-06-16 Thread okislal
Feature: PageRank JIRA: MADLIB-1069 - Introduces a new module that computes the PageRank of all nodes in a directed graph. - Implements the original PageRank algorithm that assumes a random surfer model (https://en.wikipedia.org/wiki/PageRank#Damping_factor) - This version does not perform

[08/34] incubator-madlib git commit: Build: Update pom version + add rat check script

2017-06-16 Thread okislal
Build: Update pom version + add rat check script Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/d344f1f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/d344f1f1 Diff:

[01/34] incubator-madlib git commit: Graph:

2017-06-16 Thread okislal
Repository: incubator-madlib Updated Branches: refs/heads/latest_release a3863b6c2 -> 8e2778a39 Graph: - Create generic graph validation and help message to standardize future graph algorithm development. - Expand the design document with more detail on the graph representation as well as the

[31/34] incubator-madlib git commit: Build: Fix the version number in postflight.py

2017-06-16 Thread okislal
Build: Fix the version number in postflight.py Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/d54be2b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/d54be2b8 Diff:

[06/34] incubator-madlib git commit: Multiple: Updates version number and removes empty graph file.

2017-06-16 Thread okislal
Multiple: Updates version number and removes empty graph file. Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/aaf5f821 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/aaf5f821 Diff:

[12/34] incubator-madlib git commit: Feautre: Add grouping support for PageRank

2017-06-16 Thread okislal
Feautre: Add grouping support for PageRank MADLIB-1082 - Add grouping support for pagerank, which will compute a PageRank probability distribution for the graph represented by each group. - Add convergence test, so that PageRank computation terminates if the pagerank value of no node changes

[24/34] incubator-madlib git commit: Array Operations: Unnest 2-D arrays by one level.

2017-06-16 Thread okislal
Array Operations: Unnest 2-D arrays by one level. JIRA: MADLIB-1086 Unnest 2-D arrays by one level (i.e. into rows of 1-D arrays). Example usage in k-Means shows how to unnest the 2-D centroid array to get one centroid per row for follow on operations. Project:

[15/34] incubator-madlib git commit: Mulltiple: Add grouping support for SSSP and support GPDB5

2017-06-16 Thread okislal
Mulltiple: Add grouping support for SSSP and support GPDB5 JIRA: MADLIB-1081 - This commit adds grouping support for SSSP as well as its path function. - Update chi2 test for GPDB5 alpha compatibility. - Decouple DROP and CREATE statements for various modules. Closes #113 Project:

[29/34] incubator-madlib git commit: Release: Update the release notes for v1.11.0.

2017-06-16 Thread okislal
Release: Update the release notes for v1.11.0. Closes #128 Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/4b0c3771 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/4b0c3771 Diff:

[11/34] incubator-madlib git commit: Bugfix: Install check for elastic net fails on gpdb5

2017-06-16 Thread okislal
Bugfix: Install check for elastic net fails on gpdb5 MADLIB-1088 - Fixes concurrent delete issue with GPDB 5 on install check. This also fixes the elastic net failure on cross validation, whose root cause was drop and create table within the same query string. - Fixes elastic net failure with

[02/34] incubator-madlib git commit: Build: Add docker image for MADlib

2017-06-16 Thread okislal
Build: Add docker image for MADlib JIRA: MADLIB-920 - Add docker files that would help developers download a docker image with Postgres-9.6 and MADlib depedencies installed. A developer's local source code changes can be built on this image's container to quickly build and run install-checks.

[13/34] incubator-madlib git commit: Task: Skip install-check for pmml

2017-06-16 Thread okislal
Task: Skip install-check for pmml JIRA: MADLIB-1078 Skip install-check for pmml when run without the '-t' option. We can still run install-check for pmml if the '-t' option is specified. Closes #115 Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit:

[34/34] incubator-madlib git commit: Packagemaker: Use .txt for cpack license

2017-06-16 Thread okislal
Packagemaker: Use .txt for cpack license Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/8e2778a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/8e2778a3 Diff:

[10/34] incubator-madlib git commit: Pivot: Add support for array output

2017-06-16 Thread okislal
Pivot: Add support for array output JIRA: MADLIB-1066 When total pivoted columns exceed the Postgresql limit (250 - 1600 depending on the type of columns), an array output becomes essential. This commit adds support to get each pivoted set of columns (all columns related to a particular