Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
LogisticRegressionWithSGD is private to mllib and is accessible using "train" factory methods. But these train methods do not have provision to set regularization parameter or feature scaling. On the other hand, LogisticRegressionWithLBFGS is public, the user can set these parameters.
Add a more general train method that allow setting there parameters on the model before training.
Attachments
Issue Links
- relates to
-
SPARK-6682 Deprecate static train and use builder instead for Scala/Java
- Closed
- links to