summaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-04-11 19:12:08 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-04-11 19:12:08 +0000
commit820b594d62fb42908c811c6dcacee989e508d47e (patch)
tree6a5a7342f63b5e96d16686374003c84d69105db0 /mllib
parent459ce0c67fb3ff5064b7f1be95a58058d9756f6d (diff)
downloadspark-website-820b594d62fb42908c811c6dcacee989e508d47e.tar.gz
spark-website-820b594d62fb42908c811c6dcacee989e508d47e.tar.bz2
spark-website-820b594d62fb42908c811c6dcacee989e508d47e.zip
Update MLlib algos
Diffstat (limited to 'mllib')
-rw-r--r--mllib/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/mllib/index.md b/mllib/index.md
index 694fa544f..9d945bf36 100644
--- a/mllib/index.md
+++ b/mllib/index.md
@@ -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>