HyukjinKwon commented on code in PR #43210:
URL: https://github.com/apache/spark/pull/43210#discussion_r1345289893
##########
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:
Sure.
--
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]