Github user mengxr commented on a diff in the pull request:
https://github.com/apache/spark/pull/702#discussion_r12501541
--- Diff: docs/mllib-optimization.md ---
@@ -128,10 +127,19 @@ is sampled, i.e. `$|S|=$ miniBatchFraction $\cdot n =
1$`, then the algorithm is
standard SGD. In that case, the step direction depends from the uniformly
random sampling of the
point.
-
+### L-BFGS
--- End diff --
This is the first time `L-BFGS` appears in the guide. So let us use
`Limited-memory BFGS (L-BFGS)`. Well, it is not necessary to explain `BFGS` ..
---
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.
---