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

    https://github.com/apache/spark/pull/5137#discussion_r27162308
  
    --- Diff: python/pyspark/mllib/classification.py ---
    @@ -31,13 +31,13 @@
                'SVMModel', 'SVMWithSGD', 'NaiveBayesModel', 'NaiveBayes']
     
     
    -class LinearBinaryClassificationModel(LinearModel):
    +class LinearClassificationModel(LinearModel):
         """
         Represents a linear binary classification model that predicts to 
whether an
         example is positive (1.0) or negative (0.0).
    --- End diff --
    
    Update this doc please.  Also, can you please add a note that this is a 
private abstract class?  (That's not because of your PR, but just because we 
should make that clear here.)


---
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