[2/2] incubator-systemml git commit: [DOCS] Update brew install instructions for Spark 1.6

2016-09-15 Thread deron
[DOCS] Update brew install instructions for Spark 1.6 Closes #241. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/433da61b Tree:

[1/2] incubator-systemml git commit: [SYSTEMML-879] Remove the Python MLResults.getDataFrame & MLResults.getNumpyArray functions.

2016-09-15 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 29e1902d9 -> 433da61b5 [SYSTEMML-879] Remove the Python MLResults.getDataFrame & MLResults.getNumpyArray functions. * Remove the `MLResults.getDataFrame` function and replace usages of `getDataFrame("matrixName")` with

incubator-systemml git commit: [SYSTEMML-909] Robustness dataframe index column handling, cleanup apis

2016-09-15 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 19a68541c -> ad65dfa10 [SYSTEMML-909] Robustness dataframe index column handling, cleanup apis Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [SYSTEMML-915] Fix MLContext tests in single JVM

2016-09-15 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master 32fa72621 -> 0f243b8f4 [SYSTEMML-915] Fix MLContext tests in single JVM Closes #240. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[3/3] incubator-systemml git commit: [SYSTEMML-914][SYSTEMML-919] Rework dataframe-matrix converters, tests

2016-09-15 Thread mboehm7
[SYSTEMML-914][SYSTEMML-919] Rework dataframe-matrix converters, tests The existing dataframe-matrix and matrix-dataframe converters had a variety of issues. This patch completely overhauls these converters and moves them into the well-tested RDDConverterUtils. In detail, this includes the

[1/3] incubator-systemml git commit: [SYSTEMML-913] Cache-conscious sparse matrix-vector multiplication

2016-09-15 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master bcf431331 -> 085009a36 [SYSTEMML-913] Cache-conscious sparse matrix-vector multiplication This patch makes the sparse-dense matrix-vector multiplication cache conscious to handle cases with many features (and hence large rhs

[2/3] incubator-systemml git commit: [SYSTEMML-921] Fix function call error handling with missing inputs

2016-09-15 Thread mboehm7
[SYSTEMML-921] Fix function call error handling with missing inputs Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/00b06d47 Tree:

incubator-systemml git commit: [SYSTEMML-906][SYSTEMML-907] Update df first to df schema

2016-09-15 Thread deron
Repository: incubator-systemml Updated Branches: refs/heads/master ad65dfa10 -> 32fa72621 [SYSTEMML-906][SYSTEMML-907] Update df first to df schema Utilize DataFrame schema to determine matrix/frame characteristics rather than calling first(). Closes #242. Project:

incubator-systemml git commit: [HOTFIX] Fix build of scala examples and function call error handling

2016-09-15 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 085009a36 -> f9fbcb76f [HOTFIX] Fix build of scala examples and function call error handling Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: