Repository: systemml
Updated Branches:
  refs/heads/master 486f2e188 -> fe4779cef


[SYSTEMML-1671] Remove incubator refs from projects, samples, scripts, pom

Remove incubator references from project, samples, and scripts.
Update scm section of pom.xml to remove incubator.


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

Branch: refs/heads/master
Commit: fe4779cefd2e146c352059f0a10b60436c583d13
Parents: 486f2e1
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Jun 8 15:51:29 2017 -0700
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Thu Jun 8 15:51:29 2017 -0700

----------------------------------------------------------------------
 pom.xml                                                        | 6 +++---
 projects/breast_cancer/README.md                               | 6 +++---
 samples/jupyter-notebooks/Autoencoder.ipynb                    | 4 ++--
 .../jupyter-notebooks/Deep_Learning_Image_Classification.ipynb | 2 +-
 .../jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb  | 2 +-
 scripts/nn/README.md                                           | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/fe4779ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 99e2dec..0fee7f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,9 @@
                </license>
        </licenses>
        <scm>
-               
<connection>scm:git:g...@github.com:apache/incubator-systemml</connection>
-               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-systemml</developerConnection>
-               
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-systemml.git</url>
+               <connection>scm:git:g...@github.com:apache/systemml</connection>
+               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/systemml</developerConnection>
+               
<url>https://git-wip-us.apache.org/repos/asf?p=systemml.git</url>
                <tag>HEAD</tag>
        </scm>
        <issueManagement>

http://git-wip-us.apache.org/repos/asf/systemml/blob/fe4779ce/projects/breast_cancer/README.md
----------------------------------------------------------------------
diff --git a/projects/breast_cancer/README.md b/projects/breast_cancer/README.md
index ce7b418..179eb0f 100644
--- a/projects/breast_cancer/README.md
+++ b/projects/breast_cancer/README.md
@@ -41,7 +41,7 @@ References:
 [2] See [`Preprocessing.ipynb`](Preprocessing.ipynb), and 
[`breastcancer/preprocessing.py`](breastcancer/preprocessing.py).
 [3] See [`MachineLearning.ipynb`](MachineLearning.ipynb), 
[`softmax_clf.dml`](softmax_clf.dml), and [`convnet.dml`](convnet.dml).
 
-![Approach](https://apache.github.io/incubator-systemml/img/projects/breast_cancer/approach.svg)
+![Approach](https://apache.github.io/systemml/img/projects/breast_cancer/approach.svg)
 
 ---
 
@@ -61,8 +61,8 @@ References:
 * Python packages:
   * `pip3 install -U matplotlib numpy pandas scipy jupyter ipython 
scikit-learn scikit-image flask openslide-python`
 * SystemML (only driver):
-  * `git clone https://github.com/apache/incubator-systemml.git`
-  * `cd incubator-systemml`
+  * `git clone https://github.com/apache/systemml.git`
+  * `cd systemml`
   * `mvn clean package`
   * `pip3 install -e src/main/python`
 * Add the following to the `data` folder (same location on *all* nodes):

http://git-wip-us.apache.org/repos/asf/systemml/blob/fe4779ce/samples/jupyter-notebooks/Autoencoder.ipynb
----------------------------------------------------------------------
diff --git a/samples/jupyter-notebooks/Autoencoder.ipynb 
b/samples/jupyter-notebooks/Autoencoder.ipynb
index dd5d265..4f721fd 100644
--- a/samples/jupyter-notebooks/Autoencoder.ipynb
+++ b/samples/jupyter-notebooks/Autoencoder.ipynb
@@ -105,7 +105,7 @@
    },
    "outputs": [],
    "source": [
-    "autoencoderURL = 
\"https://raw.githubusercontent.com/apache/incubator-systemml/master/scripts/staging/autoencoder-2layer.dml\"\n";,
+    "autoencoderURL = 
\"https://raw.githubusercontent.com/apache/systemml/master/scripts/staging/autoencoder-2layer.dml\"\n";,
     "rets = (\"iter\", \"num_iters_per_epoch\", \"beg\", \"end\", \"o\")\n",
     "\n",
     "prog = dml(autoencoderURL).input(**{\"$X\":inp+\"X.csv\"}) \\\n",
@@ -146,7 +146,7 @@
    },
    "outputs": [],
    "source": [
-    "autoencoderURL = 
\"https://raw.githubusercontent.com/apache/incubator-systemml/master/scripts/staging/autoencoder-2layer.dml\"\n";,
+    "autoencoderURL = 
\"https://raw.githubusercontent.com/apache/systemml/master/scripts/staging/autoencoder-2layer.dml\"\n";,
     "rets = (\"iter\", \"num_iters_per_epoch\", \"beg\", \"end\", \"o\")\n",
     "rets2 = (\"W1\", \"b1\", \"W2\", \"b2\", \"W3\", \"b3\", \"W4\", 
\"b4\")\n",
     "\n",

http://git-wip-us.apache.org/repos/asf/systemml/blob/fe4779ce/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
----------------------------------------------------------------------
diff --git a/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb 
b/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
index fa1e4b8..42f249f 100644
--- a/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
+++ b/samples/jupyter-notebooks/Deep_Learning_Image_Classification.ipynb
@@ -116,7 +116,7 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "!svn --force export 
https://github.com/apache/incubator-systemml/trunk/scripts/nn";
+    "!svn --force export https://github.com/apache/systemml/trunk/scripts/nn";
    ]
   },
   {

http://git-wip-us.apache.org/repos/asf/systemml/blob/fe4779ce/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb
----------------------------------------------------------------------
diff --git a/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb 
b/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb
index 3e22757..93558d2 100644
--- a/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb
+++ b/samples/jupyter-notebooks/Linear_Regression_Algorithms_Demo.ipynb
@@ -487,7 +487,7 @@
     "\n",
     "dirName = os.path.dirname(os.path.realpath(\"~\")) + \"/scripts\"\n",
     "call([\"mkdir\", \"-p\", dirName])\n",
-    "call([\"wget\", \"-N\", \"-q\", \"-P\", dirName, 
\"https://raw.githubusercontent.com/apache/incubator-systemml/master/scripts/algorithms/LinearRegDS.dml\";])\n",
+    "call([\"wget\", \"-N\", \"-q\", \"-P\", dirName, 
\"https://raw.githubusercontent.com/apache/systemml/master/scripts/algorithms/LinearRegDS.dml\";])\n",
     "\n",
     "scriptName = dirName + \"/LinearRegDS.dml\"\n",
     "dml_script = dmlFromResource(scriptName)\n",

http://git-wip-us.apache.org/repos/asf/systemml/blob/fe4779ce/scripts/nn/README.md
----------------------------------------------------------------------
diff --git a/scripts/nn/README.md b/scripts/nn/README.md
index 3943765..f2f8b81 100644
--- a/scripts/nn/README.md
+++ b/scripts/nn/README.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 # SystemML-NN
 
-### A deep learning library for [Apache 
SystemML](https://github.com/apache/incubator-systemml).
+### A deep learning library for [Apache 
SystemML](https://github.com/apache/systemml).
 
 ## Examples:
 #### Please see the [`examples`](examples) folder for more detailed examples, 
or view the following two quick examples.

Reply via email to