[13/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Elastic-net-v3.ipynb -- diff --git a/community-artifacts/Elastic-net-v3.ipynb b/community-artifacts/Elastic-net-v3.ipynb new file mode 100644

[09/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Novelty-detection-demo-1.ipynb -- diff --git a/community-artifacts/Novelty-detection-demo-1.ipynb

[03/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/mlp-mnist-v2.ipynb -- diff --git a/community-artifacts/mlp-mnist-v2.ipynb b/community-artifacts/mlp-mnist-v2.ipynb deleted file mode 100644

[14/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Elastic-net-v2.ipynb -- diff --git a/community-artifacts/Elastic-net-v2.ipynb b/community-artifacts/Elastic-net-v2.ipynb deleted file mode

[04/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Stratified-sampling-v2.ipynb -- diff --git a/community-artifacts/Stratified-sampling-v2.ipynb b/community-artifacts/Stratified-sampling-v2.ipynb

[01/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
Repository: madlib-site Updated Branches: refs/heads/asf-site 5fa1ac070 -> acd339f65 http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/stratified-sampling-v1.ipynb -- diff --git

[06/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/SVM-novelty-detection-v2.ipynb -- diff --git a/community-artifacts/SVM-novelty-detection-v2.ipynb

[07/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Random-forest-v2.ipynb -- diff --git a/community-artifacts/Random-forest-v2.ipynb b/community-artifacts/Random-forest-v2.ipynb new file mode

[10/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/MLP-v4.ipynb -- diff --git a/community-artifacts/MLP-v4.ipynb b/community-artifacts/MLP-v4.ipynb new file mode 100644 index 000..a6b62d6 ---

[05/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/SVM-v1.ipynb -- diff --git a/community-artifacts/SVM-v1.ipynb b/community-artifacts/SVM-v1.ipynb new file mode 100644 index 000..405710d ---

[02/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/mlp-v3.ipynb -- diff --git a/community-artifacts/mlp-v3.ipynb b/community-artifacts/mlp-v3.ipynb deleted file mode 100644 index 8c585a6..000

[16/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Decision-trees-v1.ipynb -- diff --git a/community-artifacts/Decision-trees-v1.ipynb b/community-artifacts/Decision-trees-v1.ipynb deleted file

[15/18] madlib-site git commit: update jupyter notebooks for 1dot15

2018-08-01 Thread fmcquillan
http://git-wip-us.apache.org/repos/asf/madlib-site/blob/acd339f6/community-artifacts/Decision-trees-v2.ipynb -- diff --git a/community-artifacts/Decision-trees-v2.ipynb b/community-artifacts/Decision-trees-v2.ipynb new file mode

[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

[2/2] madlib git commit: Utilities: Add module transform_vec_cols for column-vector conversion

2018-08-01 Thread okislal
Utilities: Add module transform_vec_cols for column-vector conversion JIRA: MADLIB-1240 This commit adds a new SQL function called vec2cols and refactors the current function cols2vec, providing greater integration between the two modules. We now have a single Python file with separate classes

[1/2] madlib git commit: Utilities: Add module transform_vec_cols for column-vector conversion

2018-08-01 Thread okislal
Repository: madlib Updated Branches: refs/heads/master a0cfcf8f7 -> 20f95b33b http://git-wip-us.apache.org/repos/asf/madlib/blob/20f95b33/src/ports/postgres/modules/utilities/vec2cols.sql_in -- diff --git