Description
We store k-means clusters in a single row in the current implementation. It would be better to store the clusters one per row. So it is easier to add more columns like size, cost, etc. We may consider backward compatibility.
Attachments
Issue Links
- relates to
-
SPARK-11867 Model export/import for spark.ml: k-means & naive Bayes
- Resolved
- links to