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_r386922388
##########
File path: python/pyspark/ml/evaluation.py
##########
@@ -110,7 +110,8 @@ def isLargerBetter(self):
class BinaryClassificationEvaluator(JavaEvaluator, HasLabelCol,
HasRawPredictionCol, HasWeightCol,
JavaMLReadable, JavaMLWritable):
"""
- Evaluator for binary classification, which expects two input columns:
rawPrediction and label.
+ Evaluator for binary classification, which expects input columns
rawPrediction, label
Review comment:
ditto
----------------------------------------------------------------
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]