Skip to content

Commit e4136ea

Browse files
dusenberrymwmengxr
authored andcommitted
[DOCS] [MLLIB] Fixing broken link in MLlib Linear Methods documentation.
Just a small change: fixed a broken link in the MLlib Linear Methods documentation by removing a newline character between the link title and link address. Author: Mike Dusenberry <dusenberrymw@gmail.com> Closes apache#6340 from dusenberrymw/Fix_MLlib_Linear_Methods_link and squashes the following commits: 0a57818 [Mike Dusenberry] Fixing broken link in MLlib Linear Methods documentation.
1 parent 956c4c9 commit e4136ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/mllib-linear-methods.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,7 @@ gradient descent (`stepSize`, `numIterations`, `miniBatchFraction`). For each o
785785
all three possible regularizations (none, L1 or L2).
786786

787787
For Logistic Regression, [L-BFGS](api/scala/index.html#org.apache.spark.mllib.optimization.LBFGS)
788-
version is implemented under [LogisticRegressionWithLBFGS]
789-
(api/scala/index.html#org.apache.spark.mllib.classification.LogisticRegressionWithLBFGS), and this
788+
version is implemented under [LogisticRegressionWithLBFGS](api/scala/index.html#org.apache.spark.mllib.classification.LogisticRegressionWithLBFGS), and this
790789
version supports both binary and multinomial Logistic Regression while SGD version only supports
791790
binary Logistic Regression. However, L-BFGS version doesn't support L1 regularization but SGD one
792791
supports L1 regularization. When L1 regularization is not required, L-BFGS version is strongly

0 commit comments

Comments
 (0)