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/04/21 08:25:39 UTC

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

Author: meng
Date: Tue Apr 21 06:25:38 2015
New Revision: 1675040

URL: http://svn.apache.org/r1675040
Log:
update mllib/index.html

Modified:
    spark/site/mllib/index.html

Modified: spark/site/mllib/index.html
URL: http://svn.apache.org/viewvc/spark/site/mllib/index.html?rev=1675040&r1=1675039&r2=1675040&view=diff
==============================================================================
--- spark/site/mllib/index.html (original)
+++ spark/site/mllib/index.html Tue Apr 21 06:25:38 2015
@@ -252,16 +252,20 @@
   <div class="col-md-4 col-padded">
     <h3>Algorithms</h3>
     <p>
-      MLlib 1.1 contains the following algorithms:
+      MLlib 1.3 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 forest and gradient-boosted trees</li>
+      <li>clusteirng via k-means, Gaussian mixtures, and power iteration clustering</li>
+      <li>topic modeling via latent Dirichlet allocation</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>
+      <li>isotonic regression</li>
       <li>multinomial naive Bayes</li>
+      <li>frequent itemset mining via FP-growth</li>
       <li>basic statistics</li>
       <li>feature transformations</li>
     </ul>



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