Github user jkbradley commented on the pull request:
https://github.com/apache/spark/pull/1290#issuecomment-62623318
@bgreeven @avulanov About supporting various optimizer, updater, gradient,
and error function options, I vote for keeping them as parameters, rather than
having different versions of the class with different names. (The
LogisticRegressionWithX pattern is really awkward and not sustainable if we add
more optimizers.) I vote for separating these into (a) optimizer, (b)
regularization type (translating to updater internally), and (c) error function
(where the gradient should be paired with the error function, not a separate
parameter).
---
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]