Github user dbtsai commented on a diff in the pull request:
https://github.com/apache/spark/pull/13796#discussion_r74726485
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala
---
@@ -930,10 +942,8 @@ class BinaryLogisticRegressionSummary
private[classification] (
}
/**
- * LogisticAggregator computes the gradient and loss for binary logistic
loss function, as used
- * in binary classification for instances in sparse or dense vector in an
online fashion.
- *
- * Note that multinomial logistic loss is not supported yet!
+ * LogisticAggregator computes the gradient and loss for binary or
multinomial logistic loss
--- End diff --
BTW, should we move those code shared in BLOR and MLOR into another file?
It seems that in BLOR class, we have too much code.
---
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]