aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorFeynman Liang <feynman.liang@gmail.com>2015-11-30 15:38:44 -0800
committerXiangrui Meng <meng@databricks.com>2015-11-30 15:38:44 -0800
commit55358889309cf2d856b72e72e0f3081dfdf61cfa (patch)
treec52e01ffa7276e514bfb622f704afa6b3be264d3 /docs/mllib-guide.md
parentde64b65f7cf2ac58c1abc310ba547637fdbb8557 (diff)
downloadspark-55358889309cf2d856b72e72e0f3081dfdf61cfa.tar.gz
spark-55358889309cf2d856b72e72e0f3081dfdf61cfa.tar.bz2
spark-55358889309cf2d856b72e72e0f3081dfdf61cfa.zip
[SPARK-11960][MLLIB][DOC] User guide for streaming tests
CC jkbradley mengxr josepablocam Author: Feynman Liang <feynman.liang@gmail.com> Closes #10005 from feynmanliang/streaming-test-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 54e35fcbb1..43772adcf2 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -34,6 +34,7 @@ We list major functionality from both below, with links to detailed guides.
* [correlations](mllib-statistics.html#correlations)
* [stratified sampling](mllib-statistics.html#stratified-sampling)
* [hypothesis testing](mllib-statistics.html#hypothesis-testing)
+ * [streaming significance testing](mllib-statistics.html#streaming-significance-testing)
* [random data generation](mllib-statistics.html#random-data-generation)
* [Classification and regression](mllib-classification-regression.html)
* [linear models (SVMs, logistic regression, linear regression)](mllib-linear-methods.html)