Github user yanboliang commented on a diff in the pull request:
https://github.com/apache/spark/pull/6856#discussion_r32611974
--- Diff: python/pyspark/mllib/feature.py ---
@@ -205,14 +200,6 @@ class ChiSqSelectorModel(JavaVectorTransformer):
Represents a Chi Squared selector model.
"""
- def transform(self, vector):
- """
- Applies transformation on a vector.
-
- :param vector: Vector or RDD of Vector to be transformed.
- :return: transformed vector.
- """
- return JavaVectorTransformer.transform(self, vector)
--- End diff --
like the above one, use default behavior.
---
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]