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

    https://github.com/apache/spark/pull/17316#discussion_r106614985
  
    --- Diff: python/pyspark/ml/feature.py ---
    @@ -871,6 +872,164 @@ def idf(self):
     
     
     @inherit_doc
    +class Imputer(JavaEstimator, HasInputCols, JavaMLReadable, JavaMLWritable):
    +    """
    +    .. note:: Experimental
    +
    +    Imputation estimator for completing missing values, either using the 
mean or the median
    +    of the column in which the missing values are located. The input 
column should be of
    --- End diff --
    
    Will do for Python and Scala doc


---
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]

Reply via email to