You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by holdenk <gi...@git.apache.org> on 2018/06/13 16:32:04 UTC

[GitHub] spark pull request #20629: [SPARK-23451][ML] Deprecate KMeans.computeCost

Github user holdenk commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20629#discussion_r195153337
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/evaluation/ClusteringEvaluator.scala ---
    @@ -64,12 +65,12 @@ class ClusteringEvaluator @Since("2.3.0") (@Since("2.3.0") override val uid: Str
     
       /**
        * param for metric name in evaluation
    -   * (supports `"silhouette"` (default))
    +   * (supports `"silhouette"` (default), `"kmeansCost"`)
    --- End diff --
    
    Generally speaking I think it would make sense to maintain the fall-back metric until at least Spark 3.0 at which point I think it would make sense to ask on the user and dev lists and see if anyone is hard dependencies on it or if it is safe to remove.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org