From bcc48c3a7a72f48d82ccb96fd713512a52436285 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Thu, 11 Sep 2014 23:45:34 +0000 Subject: Adding Spark 1.1.0 release --- site/mllib/index.html | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'site/mllib') diff --git a/site/mllib/index.html b/site/mllib/index.html index 4ac0dde7a..6cbedbe8a 100644 --- a/site/mllib/index.html +++ b/site/mllib/index.html @@ -104,7 +104,7 @@ @@ -132,6 +132,9 @@
Latest News

Archive

@@ -191,9 +191,9 @@ points = spark.textFile("hdfs://...")
              .map(parsePoint)

- model = KMeans.train(points) + model = KMeans.train(points, k=10) -
Calling MLlib in Scala
+
Calling MLlib in Python
@@ -247,16 +247,18 @@

Algorithms

- MLlib 0.9 contains the following algorithms: + MLlib 1.1 contains the following algorithms:

Refer to the MLlib guide for usage examples.

-- cgit v1.2.3