Github user holdenk commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12938#discussion_r65961625
  
    --- Diff: python/pyspark/ml/classification.py ---
    @@ -183,7 +191,7 @@ def getThresholds(self):
             If :py:attr:`thresholds` is set, return its value.
             Otherwise, if :py:attr:`threshold` is set, return the equivalent 
thresholds for binary
             classification: (1-threshold, threshold).
    -        If neither are set, throw an error.
    --- End diff --
    
    Actually now that I'm back from traveling I think reverting the doc change 
is the right thing to do since that is what the Scala side does (I misread it 
earlier).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to