Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/702#discussion_r12501445
  
    --- Diff: docs/mllib-optimization.md ---
    @@ -163,3 +171,108 @@ each iteration, to compute the gradient direction.
     Available algorithms for gradient descent:
     
     * 
[GradientDescent.runMiniBatchSGD](api/mllib/index.html#org.apache.spark.mllib.optimization.GradientDescent)
    +
    +### Limited-memory BFGS
    +L-BFGS is currently only a low-level optimization primitive in `MLlib`. If 
you want to use L-BFGS in various 
    +ML algorithms such as Linear Regression, and Logistic Regression, you have 
to pass the gradient of objective
    +function, and updater into optimizer yourself instead of using the 
training APIs like 
    
+[LogisticRegression.LogisticRegressionWithSGD](api/mllib/index.html#org.apache.spark.mllib.classification.LogisticRegressionWithSGD).
    --- End diff --
    
    `[LogisticRegression.LogisticRegressionWithSGD]` -> 
`[LogisticRegressionWithSGD]


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to