summaryrefslogtreecommitdiff
path: root/site/mllib
diff options
context:
space:
mode:
authorXiangrui Meng <meng@apache.org>2015-01-15 03:12:58 +0000
committerXiangrui Meng <meng@apache.org>2015-01-15 03:12:58 +0000
commitd4b39448d40aac6a9d092a84661db09755bcfeb0 (patch)
tree9d3c963340fc744b62837652f6afde1563b70523 /site/mllib
parentfdd9397bbe13ff134c1a3da6cf13ed379e92ce2d (diff)
downloadspark-website-d4b39448d40aac6a9d092a84661db09755bcfeb0.tar.gz
spark-website-d4b39448d40aac6a9d092a84661db09755bcfeb0.tar.bz2
spark-website-d4b39448d40aac6a9d092a84661db09755bcfeb0.zip
update mllib page to include new algorithms in 1.2
Diffstat (limited to 'site/mllib')
-rw-r--r--site/mllib/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/mllib/index.html b/site/mllib/index.html
index 4a77fd76a..72f2adcf2 100644
--- a/site/mllib/index.html
+++ b/site/mllib/index.html
@@ -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>