You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "dongjoon-hyun (via GitHub)" <gi...@apache.org> on 2023/10/04 06:55:51 UTC

Re: [PR] [SPARK-45396][PYTHON][DOCS] Add doc entry for `pyspark.ml.connect` module [spark]

dongjoon-hyun commented on code in PR #43210:
URL: https://github.com/apache/spark/pull/43210#discussion_r1345287330


##########
python/pyspark/ml/connect/__init__.py:
##########
@@ -31,13 +31,14 @@
     evaluation,
     tuning,
 )
+from pyspark.ml.connect.evaluation import Evaluator
 
 from pyspark.ml.connect.pipeline import Pipeline, PipelineModel
 
 __all__ = [
     "Estimator",
     "Transformer",
-    "Estimator",
+    "Evaluator",

Review Comment:
   Oh, is this a bug fix?



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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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