You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/04/11 21:12:09 UTC

svn commit: r1586752 - in /spark: mllib/index.md site/mllib/index.html

Author: matei
Date: Fri Apr 11 19:12:08 2014
New Revision: 1586752

URL: http://svn.apache.org/r1586752
Log:
Update MLlib algos

Modified:
    spark/mllib/index.md
    spark/site/mllib/index.html

Modified: spark/mllib/index.md
URL: http://svn.apache.org/viewvc/spark/mllib/index.md?rev=1586752&r1=1586751&r2=1586752&view=diff
==============================================================================
--- spark/mllib/index.md (original)
+++ spark/mllib/index.md Fri Apr 11 19:12:08 2014
@@ -82,7 +82,7 @@ subproject: MLlib
   <div class="col-md-4 col-padded">
     <h3>Algorithms</h3>
     <p>
-      MLlib 0.8.1 contains the following algorithms:
+      MLlib 0.9 contains the following algorithms:
     </p>
     <ul class="list-narrow">
       <li>K-means clustering with <a href="http://theory.stanford.edu/~sergei/papers/vldb12-kmpar.pdf">K-means|| initialization</a>.</li>
@@ -90,7 +90,7 @@ subproject: MLlib
       <li>L<sub>1</sub>- and L<sub>2</sub>-regularized <a href="http://en.wikipedia.org/wiki/Logistic_regression">logistic regression</a>.</li>
       <li><a href="http://www.hpl.hp.com/personal/Robert_Schreiber/papers/2008%20AAIM%20Netflix/netflix_aaim08(submitted).pdf">Alternating least squares</a> collaborative filtering, with explicit
       ratings or <a href="http://www2.research.att.com/~yifanhu/PUB/cf.pdf">implicit feedback</a>.</li>
-      <!--<li><a href="http://en.wikipedia.org/wiki/Naive_Bayes_classifier">Naive Bayes</a> multinomial classification.</li>-->
+      <li><a href="http://en.wikipedia.org/wiki/Naive_Bayes_classifier">Naive Bayes</a> multinomial classification.</li>
       <li>Stochastic gradient descent.</li>
     </ul>
     <p>Refer to the <a href="{{site.url}}docs/latest/mllib-guide.html">MLlib guide</a> for usage examples.</p>

Modified: spark/site/mllib/index.html
URL: http://svn.apache.org/viewvc/spark/site/mllib/index.html?rev=1586752&r1=1586751&r2=1586752&view=diff
==============================================================================
--- spark/site/mllib/index.html (original)
+++ spark/site/mllib/index.html Fri Apr 11 19:12:08 2014
@@ -242,7 +242,7 @@
   <div class="col-md-4 col-padded">
     <h3>Algorithms</h3>
     <p>
-      MLlib 0.8.1 contains the following algorithms:
+      MLlib 0.9 contains the following algorithms:
     </p>
     <ul class="list-narrow">
       <li>K-means clustering with <a href="http://theory.stanford.edu/~sergei/papers/vldb12-kmpar.pdf">K-means|| initialization</a>.</li>
@@ -250,7 +250,7 @@
       <li>L<sub>1</sub>- and L<sub>2</sub>-regularized <a href="http://en.wikipedia.org/wiki/Logistic_regression">logistic regression</a>.</li>
       <li><a href="http://www.hpl.hp.com/personal/Robert_Schreiber/papers/2008%20AAIM%20Netflix/netflix_aaim08(submitted).pdf">Alternating least squares</a> collaborative filtering, with explicit
       ratings or <a href="http://www2.research.att.com/~yifanhu/PUB/cf.pdf">implicit feedback</a>.</li>
-      <!--<li><a href="http://en.wikipedia.org/wiki/Naive_Bayes_classifier">Naive Bayes</a> multinomial classification.</li>-->
+      <li><a href="http://en.wikipedia.org/wiki/Naive_Bayes_classifier">Naive Bayes</a> multinomial classification.</li>
       <li>Stochastic gradient descent.</li>
     </ul>
     <p>Refer to the <a href="/docs/latest/mllib-guide.html">MLlib guide</a> for usage examples.</p>