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

    https://github.com/apache/spark/pull/21413#discussion_r191611779
  
    --- Diff: python/pyspark/ml/regression.py ---
    @@ -619,6 +627,22 @@ def getSubsamplingRate(self):
             """
             return self.getOrDefault(self.subsamplingRate)
     
    +    @since("1.4.0")
    +    def setFeatureSubsetStrategy(self, value):
    +        """
    +        Sets the value of :py:attr:`featureSubsetStrategy`.
    +
    +        .. note:: Deprecated in 2.1.0 and will be removed in 2.4.0.
    --- End diff --
    
    Sorry.  Fixed. 


---

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

Reply via email to