Description
`runs` introduces extra complexity and overhead in MLlib's k-means implementation. I haven't seen much usage with `runs` not equal to `1`. We can deprecate this method in 1.6, and remove or void it in 1.7. It helps us simplify the implementation.
Attachments
Issue Links
- is related to
-
SPARK-10329 Cost RDD in k-means|| initialization is not storage-efficient
-
- Resolved
-
-
SPARK-11559 Make `runs` no effect in k-means
-
- Resolved
-
- links to