Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/14653#discussion_r78224937
--- Diff: python/pyspark/ml/wrapper.py ---
@@ -19,8 +19,8 @@
from pyspark import SparkContext
from pyspark.sql import DataFrame
-from pyspark.ml import Estimator, Transformer, Model
from pyspark.ml.param import Params
+from pyspark.ml import Estimator, Transformer, Model
--- End diff --
I think the order before moving this was better
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]