You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by me...@apache.org on 2015/01/15 04:12:58 UTC

svn commit: r1651942 - /spark/site/mllib/index.html

Author: meng
Date: Thu Jan 15 03:12:58 2015
New Revision: 1651942

URL: http://svn.apache.org/r1651942
Log:
update mllib page to include new algorithms in 1.2

Modified:
    spark/site/mllib/index.html

Modified: spark/site/mllib/index.html
URL: http://svn.apache.org/viewvc/spark/site/mllib/index.html?rev=1651942&r1=1651941&r2=1651942&view=diff
==============================================================================
--- spark/site/mllib/index.html (original)
+++ spark/site/mllib/index.html Thu Jan 15 03:12:58 2015
@@ -248,12 +248,13 @@
   <div class="col-md-4 col-padded">
     <h3>Algorithms</h3>
     <p>
-      MLlib 1.1 contains the following algorithms:
+      MLlib 1.2 contains the following algorithms:
     </p>
     <ul class="list-narrow">
       <li>linear SVM and logistic regression</li>
       <li>classification and regression tree</li>
-      <li>k-means clustering</li>
+      <li>random forests and gradient-boosted trees</li>
+      <li>k-means clustering and streaming k-means</li>
       <li>recommendation via alternating least squares</li>
       <li>singular value decomposition</li>
       <li>linear regression with L<sub>1</sub>- and L<sub>2</sub>-regularization</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org