zhengruifeng 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_r366128735
##########
File path: python/pyspark/ml/feature.py
##########
@@ -873,20 +859,6 @@ def setOutputCol(self, value):
"""
return self._set(outputCol=value)
- @since("3.0.0")
Review comment:
setMinTF and setBinary exist in the scala side
----------------------------------------------------------------
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]