You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2016/05/09 23:06:44 UTC

[1/2] incubator-systemml git commit: Delete obsolete Zeppelin tar.gz example

Repository: incubator-systemml
Updated Branches:
  refs/heads/gh-pages e07901191 -> 4fdd5e1cc


Delete obsolete Zeppelin tar.gz example

Closes #137.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/dadad935
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/dadad935
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/dadad935

Branch: refs/heads/gh-pages
Commit: dadad935a13e44eaa8b90b4acbe3cc2591dce4fa
Parents: e079011
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Wed May 4 18:06:51 2016 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Wed May 4 18:06:51 2016 -0700

----------------------------------------------------------------------
 .../2AZ2AQ12B.tar.gz                                | Bin 7242 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/dadad935/files/spark-mlcontext-programming-guide/zeppelin-notebook-linear-regression/2AZ2AQ12B.tar.gz
----------------------------------------------------------------------
diff --git a/files/spark-mlcontext-programming-guide/zeppelin-notebook-linear-regression/2AZ2AQ12B.tar.gz b/files/spark-mlcontext-programming-guide/zeppelin-notebook-linear-regression/2AZ2AQ12B.tar.gz
deleted file mode 100644
index 560f455..0000000
Binary files a/files/spark-mlcontext-programming-guide/zeppelin-notebook-linear-regression/2AZ2AQ12B.tar.gz and /dev/null differ


[2/2] incubator-systemml git commit: [SYSTEMML-666] Fix matrix representation example in decision tree docs

Posted by de...@apache.org.
[SYSTEMML-666] Fix matrix representation example in decision tree docs

Fix provided by Stacey Ronaghan.

Closes #138.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/4fdd5e1c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/4fdd5e1c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/4fdd5e1c

Branch: refs/heads/gh-pages
Commit: 4fdd5e1cc2f90dc85a54ad74919898c7313ba67b
Parents: dadad93
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon May 9 16:00:49 2016 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Mon May 9 16:00:49 2016 -0700

----------------------------------------------------------------------
 algorithms-classification.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/4fdd5e1c/algorithms-classification.md
----------------------------------------------------------------------
diff --git a/algorithms-classification.md b/algorithms-classification.md
index aa902ea..2488a8c 100644
--- a/algorithms-classification.md
+++ b/algorithms-classification.md
@@ -1460,7 +1460,7 @@ its matrix representation.
 |-------|-------|-------|-------|-------|-------
 | Row 1 |   1   |   2   |   3   |   6   |   7
 | Row 2 |   1   |   0   |   1   |   0   |   0
-| Row 3 |   3   |   5   |   0   |   0   |   0
+| Row 3 |   3   |   0   |   5   |   0   |   0
 | Row 4 |   1   |   1   |   2   |   2   |   1
 | Row 5 |   1   |   0   |   2   |   0   |   0
 | Row 6 | 0.45  |   0   |   2   |   0   |   0