huaxingao commented on a change in pull request #27196: 
[SPARK-30498][ML][PySpark] Fix some ml parity issues between python and scala
URL: https://github.com/apache/spark/pull/27196#discussion_r366099640
 
 

 ##########
 File path: python/pyspark/ml/feature.py
 ##########
 @@ -449,20 +449,6 @@ class BucketedRandomProjectionLSHModel(_LSHModel, 
_BucketedRandomProjectionLSHPa
     .. versionadded:: 2.2.0
     """
 
-    @since("3.0.0")
-    def setInputCol(self, value):
-        """
-        Sets the value of :py:attr:`inputCol`.
-        """
-        return self._set(inputCol=value)
-
-    @since("3.0.0")
-    def setOutputCol(self, value):
-        """
-        Sets the value of :py:attr:`outputCol`.
-        """
-        return self._set(outputCol=value)
-
 
 Review comment:
   These two setters are already in the super class ```_LSHModel ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to