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

    https://github.com/apache/spark/pull/19122#discussion_r138518283
  
    --- Diff: python/pyspark/ml/tuning.py ---
    @@ -193,7 +194,8 @@ class CrossValidator(Estimator, ValidatorParams, 
MLReadable, MLWritable):
         >>> lr = LogisticRegression()
         >>> grid = ParamGridBuilder().addGrid(lr.maxIter, [0, 1]).build()
         >>> evaluator = BinaryClassificationEvaluator()
    -    >>> cv = CrossValidator(estimator=lr, estimatorParamMaps=grid, 
evaluator=evaluator)
    +    >>> cv = CrossValidator(estimator=lr, estimatorParamMaps=grid, 
evaluator=evaluator,
    +    ...     parallelism=2)
    --- End diff --
    
    test added.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to