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

    https://github.com/apache/spark/pull/10598#discussion_r48913054
  
    --- Diff: python/pyspark/mllib/classification.py ---
    @@ -94,16 +94,18 @@ class 
LogisticRegressionModel(LinearClassificationModel):
         Classification model trained using Multinomial/Binary Logistic
         Regression.
     
    -    :param weights: Weights computed for every feature.
    -    :param intercept: Intercept computed for this model. (Only used
    -            in Binary Logistic Regression. In Multinomial Logistic
    -            Regression, the intercepts will not be a single value,
    -            so the intercepts will be part of the weights.)
    -    :param numFeatures: the dimension of the features.
    -    :param numClasses: the number of possible outcomes for k classes
    -            classification problem in Multinomial Logistic Regression.
    -            By default, it is binary logistic regression so numClasses
    -            will be set to 2.
    +    :param weights:
    +      Weights computed for every feature.
    +    :param intercept:
    +      Intercept computed for this model. (Only used in Binary Logistic
    +      Regression. In Multinomial Logistic Regression, the intercepts will 
not
    +      be a single value, so the intercepts will be part of the weights.)
    +    :param numFeatures:
    +      the dimension of the features.
    --- End diff --
    
    nit:  capitalize the first word in the description sentence


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to