dongjoon-hyun commented on code in PR #43210:
URL: https://github.com/apache/spark/pull/43210#discussion_r1345289072
##########
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:
Shall we revisit the PR title because this touch the main `ml/connect` code
to change the exported symbols?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]