aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/ml/util.py
diff options
context:
space:
mode:
authorYanbo Liang <ybliang8@gmail.com>2016-04-26 11:55:21 -0700
committerJoseph K. Bradley <joseph@databricks.com>2016-04-26 11:55:21 -0700
commit302a18686998b8b96546526bfccec9cf5b667386 (patch)
treeaeea4d75fd873d030892aec5407137bc40e5a871 /python/pyspark/ml/util.py
parent2a3d39f48b1a7bb462e17e80e243bbc0a94d802e (diff)
downloadspark-302a18686998b8b96546526bfccec9cf5b667386.tar.gz
spark-302a18686998b8b96546526bfccec9cf5b667386.tar.bz2
spark-302a18686998b8b96546526bfccec9cf5b667386.zip
[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.
Diffstat (limited to 'python/pyspark/ml/util.py')
0 files changed, 0 insertions, 0 deletions