Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/10598#discussion_r50586569
--- Diff: python/pyspark/mllib/classification.py ---
@@ -91,19 +91,21 @@ def predict(self, test):
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.
+ Classification model trained using Multinomial/Binary Logistic
Regression.
--- End diff --
This line is over the 74 char limit
---
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]