Skip to content

Commit c72fa46

Browse files
committed
Long line fix
1 parent 8125c8c commit c72fa46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/ml/classification.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ def getThreshold(self):
159159
"""
160160
Gets the value of threshold or attempt to convert thresholds to threshold if set, or default
161161
value if neither are set.
162-
This conversion is equivalent to: :math:`\\frac{1}{1 + \\frac{thresholds(0)}{thresholds(1)}}`.
162+
This conversion is equivalent to:
163+
:math:`\\frac{1}{1 + \\frac{thresholds(0)}{thresholds(1)}}`.
163164
"""
164165
self._checkThresholdConsistency()
165166
if self.isSet(self.thresholds):

0 commit comments

Comments
 (0)