spark-instrumented-optimizer/python/pyspark/mllib
Yanbo Liang 302a186869 [SPARK-11559][MLLIB] Make runs no effect in mllib.KMeans
## What changes were proposed in this pull request?
We deprecated  ```runs``` of mllib.KMeans in Spark 1.6 (SPARK-11358). In 2.0, we will make it no effect (with warning messages). We did not remove ```setRuns/getRuns``` for better binary compatibility.
This PR change `runs` which are appeared at the public API. Usage inside of ```KMeans.runAlgorithm()``` will be resolved at #10806.

## How was this patch tested?
Existing unit tests.

cc jkbradley

Author: Yanbo Liang <ybliang8@gmail.com>

Closes #12608 from yanboliang/spark-11559.
2016-04-26 11:55:21 -07:00
..
linalg [SPARK-14739][PYSPARK] Fix Vectors parser bugs 2016-04-21 11:29:24 +01:00
stat [SPARK-8996] [MLLIB] [PYSPARK] Python API for Kolmogorov-Smirnov Test 2015-07-20 09:00:01 -07:00
__init__.py [SPARK-8032] [PYSPARK] Make version checking for NumPy in MLlib more robust 2015-06-02 23:24:47 -07:00
classification.py [SPARK-12633][PYSPARK] [DOC] PySpark regression parameter desc to consistent format 2016-02-29 15:52:41 +02:00
clustering.py [SPARK-11559][MLLIB] Make runs no effect in mllib.KMeans 2016-04-26 11:55:21 -07:00
common.py [SPARK-13244][SQL] Migrates DataFrame to Dataset 2016-03-10 17:00:17 -08:00
evaluation.py [SPARK-12380] [PYSPARK] use SQLContext.getOrCreate in mllib 2015-12-16 15:48:11 -08:00
feature.py [SPARK-14564][ML][MLLIB][PYSPARK] Python Word2Vec missing setWindowSize method 2016-04-18 12:47:14 -07:00
fpm.py [MINOR] Fix typos in comments and testcase name of code 2016-03-03 22:42:12 +00:00
random.py [PYSPARK] [MLLIB] [DOCS] Replaced addversion with versionadded in mllib.random 2015-09-15 12:23:20 -07:00
recommendation.py [SPARK-12632][PYSPARK][DOC] PySpark fpm and als parameter desc to consistent format 2016-02-22 12:48:37 +02:00
regression.py [SPARK-12633][PYSPARK] [DOC] PySpark regression parameter desc to consistent format 2016-02-29 15:52:41 +02:00
tests.py [SPARK-14739][PYSPARK] Fix Vectors parser bugs 2016-04-21 11:29:24 +01:00
tree.py [SPARK-12634][PYSPARK][DOC] PySpark tree parameter desc to consistent format 2016-02-26 08:30:32 -08:00
util.py [SPARK-10279] [MLLIB] [PYSPARK] [DOCS] Add @since annotation to pyspark.mllib.util 2015-09-17 08:50:00 -07:00