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

    https://github.com/apache/spark/pull/16770#discussion_r175179623
  
    --- Diff: python/pyspark/ml/feature.py ---
    @@ -565,6 +607,20 @@ def vocabulary(self):
             """
             return self._call_java("vocabulary")
     
    +    @since("2.4.0")
    +    def setMinTF(self, value):
    --- End diff --
    
    Sounds reasonable to me.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to