Skip to content

Commit 714ab33

Browse files
committed
change the deprecation version to 2.4.0
1 parent d60823f commit 714ab33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/ml/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def setFeatureSubsetStrategy(self, value):
632632
"""
633633
Sets the value of :py:attr:`featureSubsetStrategy`.
634634
635-
.. note:: Deprecated in 2.1.0 and will be removed in 3.0.0.
635+
.. note:: Deprecated in 2.1.0 and will be removed in 2.4.0.
636636
"""
637637
return self._set(featureSubsetStrategy=value)
638638

0 commit comments

Comments
 (0)