zhengruifeng commented on a change in pull request #27762: [SPARK-31012][ML][PySpark][DOCS] Updating ML docs for 3.0 changes URL: https://github.com/apache/spark/pull/27762#discussion_r386869853
########## File path: mllib/src/main/scala/org/apache/spark/ml/evaluation/BinaryClassificationEvaluator.scala ########## @@ -28,7 +28,8 @@ import org.apache.spark.sql.functions._ import org.apache.spark.sql.types.DoubleType /** - * Evaluator for binary classification, which expects two input columns: rawPrediction and label. + * Evaluator for binary classification, which expects input columns rawPrediction, label and Review comment: nit: Evaluator for binary classification, which expects input columns**:** rawPrediction, label and ---------------------------------------------------------------- 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]
