srowen commented on a change in pull request #24868: [SPARK-28044][ML][PYTHON] MulticlassClassificationEvaluator support more metrics URL: https://github.com/apache/spark/pull/24868#discussion_r294343608
########## File path: mllib/src/main/scala/org/apache/spark/ml/evaluation/MultilabelClassificationEvaluator.scala ########## @@ -63,18 +63,18 @@ class MultilabelClassificationEvaluator (override val uid: String) setDefault(metricName -> "f1Measure") - final val metricClass: DoubleParam = new DoubleParam(this, "metricClass", + final val metricLabel: DoubleParam = new DoubleParam(this, "metricLabel", Review comment: Same comment about maybe validating the metric value here from a list ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
