summaryrefslogtreecommitdiff
path: root/mllib
diff options
context:
space:
mode:
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>