Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/12731#discussion_r63997411
--- Diff: docs/ml-classification-regression.md ---
@@ -62,6 +62,8 @@ For more background and more details about the
implementation, refer to the docu
> The current implementation of logistic regression in `spark.ml` only
supports binary classes. Support for multiclass regression will be added in the
future.
+ > When fitting LogisticRegressionModel without intercept on dataset with
constant nonzero column, Spark ML produce same model as R glmnet but different
from LIBSVM.
--- End diff --
We should be more explicit since we know the corresponding coefficients are
zeros.
---
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]