huaxingao 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_r387192708
 
 

 ##########
 File path: python/pyspark/ml/evaluation.py
 ##########
 @@ -409,9 +410,9 @@ class MulticlassClassificationEvaluator(JavaEvaluator, 
HasLabelCol, HasPredictio
     """
     metricName = Param(Params._dummy(), "metricName",
                        "metric name in evaluation "
-                       
"(f1|accuracy|weightedPrecision|weightedRecall|weightedTruePositiveRate|"
-                       
"weightedFalsePositiveRate|weightedFMeasure|truePositiveRateByLabel|"
-                       
"falsePositiveRateByLabel|precisionByLabel|recallByLabel|fMeasureByLabel|"
+                       
"(f1|accuracy|weightedPrecision|weightedRecall|weightedTruePositiveRate| "
 
 Review comment:
   Seems I have to break the line by adding a white space.
   Before:
   
![image](https://user-images.githubusercontent.com/13592258/75801781-89353380-5d30-11ea-9dda-1e81cf3b016c.png)
   
   After:
   
![image](https://user-images.githubusercontent.com/13592258/75801816-95b98c00-5d30-11ea-9b29-364ba247ece6.png)
   

----------------------------------------------------------------
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]

Reply via email to