summaryrefslogtreecommitdiff
path: root/site/mllib/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/mllib/index.html')
-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>