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

    https://github.com/apache/spark/pull/16770#discussion_r174555588
  
    --- 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 --
    
    I agree but I was trying to match the Scala API.  My only thought is it was 
done this way to leave it up to the implementations if they allow setting the 
params.  What do you think?


---

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

Reply via email to