Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/6045#discussion_r30013800
--- Diff:
mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala
---
@@ -488,10 +488,19 @@ private class LogisticAggregator(
this
}
+ /**
+ * @return The numbers of training samples.
--- End diff --
Though this is a private class, the doc should be `Returns the numbers of
training samples.` in order to show up automatically as the method summary in
the generated doc. Users have to make one click to see `return ...`
---
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]