Github user imatiach-msft commented on the issue:

    https://github.com/apache/spark/pull/16654
  
    @zhengruifeng don't most ML libraries have separate clustering evaluators?  
For example, WEKA has ClusterEvalution class.  Scikit-learn just has a metrics 
class and functions you can call, but I don't really like that option and in 
any case it is separate from the estimator/model.  H2O has a MetricBuilder that 
all ML learners (supervised/unsupervised) generate.  I think creating a 
separate evaluation class which would fit in with the other evaluators in spark 
would be ideal - it would conform to the structure of the current codebase and 
possibly limit any confusion users might have.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to