aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorsethah <seth.hendrickson16@gmail.com>2015-07-29 18:23:07 -0700
committerXiangrui Meng <meng@databricks.com>2015-07-29 18:23:07 -0700
commit2a9fe4a4e7acbe4c9d3b6c6e61ff46d1472ee5f4 (patch)
treec66a14e52f21fdbf2148bb91e0636fd436fc7a5b /docs/mllib-guide.md
parent37c2d1927cebdd19a14c054f670cb0fb9a263586 (diff)
downloadspark-2a9fe4a4e7acbe4c9d3b6c6e61ff46d1472ee5f4.tar.gz
spark-2a9fe4a4e7acbe4c9d3b6c6e61ff46d1472ee5f4.tar.bz2
spark-2a9fe4a4e7acbe4c9d3b6c6e61ff46d1472ee5f4.zip
[SPARK-6129] [MLLIB] [DOCS] Added user guide for evaluation metrics
Author: sethah <seth.hendrickson16@gmail.com> Closes #7655 from sethah/Working_on_6129 and squashes the following commits: 253db2d [sethah] removed number formatting from example code b769cab [sethah] rewording threshold section d5dad4d [sethah] adding some explanations of concepts to the eval metrics user guide 3a61ff9 [sethah] Removing unnecessary latex commands from metrics guide c9dd058 [sethah] Cleaning up and formatting metrics user guide section 6f31c21 [sethah] All example code for metrics section done 98813fe [sethah] Most java and python example code added. Further latex formatting 53a24fc [sethah] Adding documentations of metrics for ML algorithms to user guide
Diffstat (limited to 'docs/mllib-guide.md')
-rw-r--r--docs/mllib-guide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md
index d2d1cc93fe..eea864eacf 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -48,6 +48,7 @@ This lists functionality included in `spark.mllib`, the main MLlib API.
* [Feature extraction and transformation](mllib-feature-extraction.html)
* [Frequent pattern mining](mllib-frequent-pattern-mining.html)
* FP-growth
+* [Evaluation Metrics](mllib-evaluation-metrics.html)
* [Optimization (developer)](mllib-optimization.html)
* stochastic gradient descent
* limited-memory BFGS (L-BFGS)