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 8125c8c commit c72fa46Copy full SHA for c72fa46
python/pyspark/ml/classification.py
@@ -159,7 +159,8 @@ def getThreshold(self):
159
"""
160
Gets the value of threshold or attempt to convert thresholds to threshold if set, or default
161
value if neither are set.
162
- This conversion is equivalent to: :math:`\\frac{1}{1 + \\frac{thresholds(0)}{thresholds(1)}}`.
+ This conversion is equivalent to:
163
+ :math:`\\frac{1}{1 + \\frac{thresholds(0)}{thresholds(1)}}`.
164
165
self._checkThresholdConsistency()
166
if self.isSet(self.thresholds):
0 commit comments