Skip to content

Commit 6568d65

Browse files
committed
update toc, level up lr and svm
1 parent 162ee12 commit 6568d65

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

docs/mllib-guide.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ MLlib is a Spark implementation of some common machine learning algorithms and u
77
including classification, regression, clustering, collaborative
88
filtering, dimensionality reduction, as well as underlying optimization primitives:
99

10-
* <a href="mllib-basics.html">Basics</a>
10+
* [Basics](mllib-basics.html)
1111
* data types
1212
* summary statistics
1313
* Classification and regression
14-
* <a href="mllib-linear-methods.html">linear methods</a>
15-
* linear support vector machine (SVM)
16-
* logistic regression
17-
* linear least squares, Lasso, and ridge regression
18-
* <a href="mllib-decision-tree.html">decision tree</a>
19-
* <a href="mllib-naive-bayes.html">naive Bayes</a>
20-
* <a href="mllib-collaborative-filtering.html">Collaborative filtering</a>
14+
* [linear support vector machine (SVM)](mllib-linear-methods.html#linear-support-vector-machine-svm)
15+
* [logistic regression](http://localhost:4000/mllib-linear-methods.html#logistic-regression)
16+
* [linear least squares, Lasso, and ridge regression](http://localhost:4000/mllib-linear-methods.html#linear-least-squares-lasso-and-ridge-regression)
17+
* [decision tree](mllib-decision-tree.html)
18+
* [naive Bayes](mllib-naive-bayes.html)
19+
* [Collaborative filtering](mllib-collaborative-filtering.html)
2120
* alternating least squares (ALS)
22-
* <a href="mllib-clustering.html">Clustering</a>
21+
* [Clustering](mllib-clustering.html)
2322
* k-means
24-
* <a href="mllib-dimensionality-reduction.html">Dimensionality reduction</a>
23+
* [Dimensionality reduction](mllib-dimensionality-reduction.html)
2524
* singular value decomposition (SVD)
2625
* principal component analysis (PCA)
27-
* <a href="mllib-optimization.html">Optimization</a>
26+
* [Optimization](mllib-optimization.html)
2827
* stochastic gradient descent
2928
* limited-memory BFGS (L-BFGS)
3029

0 commit comments

Comments
 (0)