Skip to content

Commit 1fc8271

Browse files
committed
update toc
1 parent 906ed0a commit 1fc8271

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/mllib-guide.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ filtering, dimensionality reduction, as well as underlying optimization primitiv
1212
* labeled point
1313
* distributed matrix
1414
* Classification and regression
15-
* <a href="mllib-generalized-linear-models.html">generalized linear models (GLMs)</a>
16-
* logistic regression
17-
* linear linear squares
18-
* <a href="mllib-linear-svm.html">linear support vector machine (SVM)</a>
15+
* <a href="mllib-logistic-regression.html">logistic regression</a>
16+
* <a href="mllib-svm.html">support vector machine (SVM)</a>
1917
* <a href="mllib-decision-tree.html">decision tree</a>
18+
* <a href="mllib-linear-least-squares.html">linear linear squares, Lasso, and ridge regression</a>
2019
* <a href="mllib-naive-bayes.html">naive Bayes</a>
2120
* <a href="mllib-collaborative-filtering.html">Collaborative Filtering</a>
2221
* alternating least squares (ALS)
@@ -26,7 +25,7 @@ filtering, dimensionality reduction, as well as underlying optimization primitiv
2625
* singular value decomposition (SVD)
2726
* principal component analysis (PCA)
2827
* <a href="mllib-optimization.html">Optimization</a>
29-
* gradient descent
28+
* stochastic gradient descent
3029
* limited-memory BFGS (L-BFGS)
3130
* Utilities
3231

0 commit comments

Comments
 (0)