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

svn commit: r1594753 - /mahout/site/mahout_cms/trunk/content/users/sparkbindings/home.mdtext

Author: dlyubimov
Date: Thu May 15 00:56:42 2014
New Revision: 1594753

URL: http://svn.apache.org/r1594753
Log:
CMS commit to mahout by dlyubimov

Modified:
    mahout/site/mahout_cms/trunk/content/users/sparkbindings/home.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/sparkbindings/home.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/sparkbindings/home.mdtext?rev=1594753&r1=1594752&r2=1594753&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/sparkbindings/home.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/sparkbindings/home.mdtext Thu May 15 00:56:42 2014
@@ -84,21 +84,21 @@ block manipulations in Mahout and IO ass
 [dspca]: https://github.com/apache/mahout/blob/trunk/spark/src/main/scala/org/apache/mahout/sparkbindings/decompositions/DSPCA.scala
 [dqrThin]: https://github.com/apache/mahout/blob/trunk/spark/src/main/scala/org/apache/mahout/sparkbindings/decompositions/DQR.scala
 
-## Related history 
+## Related history of note 
 
 * [MAHOUT-1346](https://issues.apache.org/jira/browse/MAHOUT-1346) -- Spark Bindings
 * [MAHOUT-1297](https://issues.apache.org/jira/browse/MAHOUT-1297) -- Scala Bindings
+* [MAHOUT-1489](https://issues.apache.org/jira/browse/MAHOUT-1489) -- Interactive Scala & Spark Bindings Shell & Script processor 
+* [MAHOUT-1542](https://issues.apache.org/jira/browse/MAHOUT-1542) -- OLS tutorial using Mahout shell
 
 ## Work in progress 
 * Cooccurrence Analysis / Item-based Recommendation -- [MAHOUT-1464](https://issues.apache.org/jira/browse/MAHOUT-1464)
 * Weighted (Implicit Feedback) ALS -- [MAHOUT-1365](https://issues.apache.org/jira/browse/MAHOUT-1365)
 * Data frame R-like bindings -- [MAHOUT-1490](https://issues.apache.org/jira/browse/MAHOUT-1490)
-* Interactive Scala & Spark Bindings Shell & Script processor -- [MAHOUT-1489](https://issues.apache.org/jira/browse/MAHOUT-1489)
 * Port Naive Bayes -- [MAHOUT-1493](https://issues.apache.org/jira/browse/MAHOUT-1493)
 * *Your issue here!*
 
 ## Stuff wanted: 
-* Interactive linalg shell & script processor -- high priority, any takers?
 * Data frame R-like bindings (similarly to linalg bindings)
 * Stat R-like bindings (perhaps we can just adapt to commons.math stat)
 * **BYODMs:** Bring Your Own Distributed Method on SparkBindings!