Skip to content

Commit

Permalink
Revert "[SPARK-45396][PYTHON] Add doc entry for pyspark.ml.connect
Browse files Browse the repository at this point in the history
…module, and adds `Evaluator` to `__all__` at `ml.connect`"

This reverts commit 35b627a.
  • Loading branch information
HyukjinKwon committed Feb 15, 2024
1 parent a8c62d3 commit ea6b257
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 125 deletions.
1 change: 0 additions & 1 deletion python/docs/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Pandas API on Spark follows the API specifications of latest pandas release.
pyspark.pandas/index
pyspark.ss/index
pyspark.ml
pyspark.ml.connect
pyspark.streaming
pyspark.mllib
pyspark
Expand Down
122 changes: 0 additions & 122 deletions python/docs/source/reference/pyspark.ml.connect.rst

This file was deleted.

3 changes: 1 addition & 2 deletions python/pyspark/ml/connect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
evaluation,
tuning,
)
from pyspark.ml.connect.evaluation import Evaluator

from pyspark.ml.connect.pipeline import Pipeline, PipelineModel

__all__ = [
"Estimator",
"Transformer",
"Evaluator",
"Estimator",
"Model",
"feature",
"evaluation",
Expand Down

0 comments on commit ea6b257

Please sign in to comment.