Github user jkbradley commented on a diff in the pull request:

    https://github.com/apache/spark/pull/6856#discussion_r32673601
  
    --- Diff: python/pyspark/mllib/feature.py ---
    @@ -123,20 +132,6 @@ class StandardScalerModel(JavaVectorTransformer):
     
         Represents a StandardScaler model that can transform vectors.
         """
    -    def transform(self, vector):
    -        """
    -        Applies standardization transformation on a vector.
    -
    -        Note: In Python, transform cannot currently be used within
    -              an RDD transformation or action.
    -              Call transform directly on the RDD instead.
    -
    -        :param vector: Vector or RDD of Vector to be standardized.
    -        :return: Standardized vector. If the variance of a column is
    --- End diff --
    
    This part is specific to this transformer.  Can you please add it somewhere 
in the doc for StandardScalerModel?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to