Github user feynmanliang commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8304#discussion_r37439902
  
    --- Diff: docs/ml-guide.md ---
    @@ -710,9 +717,12 @@ val pipeline = new Pipeline()
     // We now treat the Pipeline as an Estimator, wrapping it in a 
CrossValidator instance.
     // This will allow us to jointly choose parameters for all Pipeline stages.
     // A CrossValidator requires an Estimator, a set of Estimator ParamMaps, 
and an Evaluator.
    +// Note that the evaluator here is a BinaryClassificationEvaluator and the 
default metric
    --- End diff --
    
    nit: "default metric used is areaUnderROC" -> "default areaUnderROC metric 
is used" 


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to