You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2014/05/15 02:56:47 UTC

svn commit: r908857 - in /websites/staging/mahout/trunk/content: ./ users/sparkbindings/home.html

Author: buildbot
Date: Thu May 15 00:56:47 2014
New Revision: 908857

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/users/sparkbindings/home.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 15 00:56:47 2014
@@ -1 +1 @@
-1592919
+1594753

Modified: websites/staging/mahout/trunk/content/users/sparkbindings/home.html
==============================================================================
--- websites/staging/mahout/trunk/content/users/sparkbindings/home.html (original)
+++ websites/staging/mahout/trunk/content/users/sparkbindings/home.html Thu May 15 00:56:47 2014
@@ -279,23 +279,23 @@ block manipulations in Mahout and IO ass
 <li>In-core (<a href="https://github.com/apache/mahout/blob/trunk/math-scala/src/main/scala/org/apache/mahout/math/scalabindings/SSVD.scala">spca</a>) and Distributed (<a href="https://github.com/apache/mahout/blob/trunk/spark/src/main/scala/org/apache/mahout/sparkbindings/decompositions/DSPCA.scala">dspca</a>) Stochastic PCA -- guinea pigs -- see the bindings manual</li>
 <li>Distributed thin QR decomposition (<a href="https://github.com/apache/mahout/blob/trunk/spark/src/main/scala/org/apache/mahout/sparkbindings/decompositions/DQR.scala">dqrThin</a>) -- guinea pig -- see the bindings manual </li>
 </ul>
-<h2 id="related-history">Related history</h2>
+<h2 id="related-history-of-note">Related history of note</h2>
 <ul>
 <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1346">MAHOUT-1346</a> -- Spark Bindings</li>
 <li><a href="https://issues.apache.org/jira/browse/MAHOUT-1297">MAHOUT-1297</a> -- Scala Bindings</li>
+<li><a href="https://issues.apache.org/jira/browse/MAHOUT-1489">MAHOUT-1489</a> -- Interactive Scala &amp; Spark Bindings Shell &amp; Script processor </li>
+<li><a href="https://issues.apache.org/jira/browse/MAHOUT-1542">MAHOUT-1542</a> -- OLS tutorial using Mahout shell</li>
 </ul>
 <h2 id="work-in-progress">Work in progress</h2>
 <ul>
 <li>Cooccurrence Analysis / Item-based Recommendation -- <a href="https://issues.apache.org/jira/browse/MAHOUT-1464">MAHOUT-1464</a></li>
 <li>Weighted (Implicit Feedback) ALS -- <a href="https://issues.apache.org/jira/browse/MAHOUT-1365">MAHOUT-1365</a></li>
 <li>Data frame R-like bindings -- <a href="https://issues.apache.org/jira/browse/MAHOUT-1490">MAHOUT-1490</a></li>
-<li>Interactive Scala &amp; Spark Bindings Shell &amp; Script processor -- <a href="https://issues.apache.org/jira/browse/MAHOUT-1489">MAHOUT-1489</a></li>
 <li>Port Naive Bayes -- <a href="https://issues.apache.org/jira/browse/MAHOUT-1493">MAHOUT-1493</a></li>
 <li><em>Your issue here!</em></li>
 </ul>
 <h2 id="stuff-wanted">Stuff wanted:</h2>
 <ul>
-<li>Interactive linalg shell &amp; script processor -- high priority, any takers?</li>
 <li>Data frame R-like bindings (similarly to linalg bindings)</li>
 <li>Stat R-like bindings (perhaps we can just adapt to commons.math stat)</li>
 <li><strong>BYODMs:</strong> Bring Your Own Distributed Method on SparkBindings! </li>