We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60823f commit 714ab33Copy full SHA for 714ab33
python/pyspark/ml/regression.py
@@ -632,7 +632,7 @@ def setFeatureSubsetStrategy(self, value):
632
"""
633
Sets the value of :py:attr:`featureSubsetStrategy`.
634
635
- .. note:: Deprecated in 2.1.0 and will be removed in 3.0.0.
+ .. note:: Deprecated in 2.1.0 and will be removed in 2.4.0.
636
637
return self._set(featureSubsetStrategy=value)
638
0 commit comments