aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-statistics.md
diff options
context:
space:
mode:
authorKousuke Saruta <sarutak@oss.nttdata.co.jp>2014-10-23 09:19:32 -0700
committerXiangrui Meng <meng@databricks.com>2014-10-23 09:19:32 -0700
commitf799700eec4a5e33db9b2d6a4bee60a50fd5a099 (patch)
tree2fdb00c74e6dc8ef637f37e9f094e7547d3c0b31 /docs/mllib-statistics.md
parentd6a302539213e8cdb51ca14b1769aeb33f9f435f (diff)
downloadspark-f799700eec4a5e33db9b2d6a4bee60a50fd5a099.tar.gz
spark-f799700eec4a5e33db9b2d6a4bee60a50fd5a099.tar.bz2
spark-f799700eec4a5e33db9b2d6a4bee60a50fd5a099.zip
[SPARK-4055][MLlib] Inconsistent spelling 'MLlib' and 'MLLib'
Thare are some inconsistent spellings 'MLlib' and 'MLLib' in some documents and source codes. Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp> Closes #2903 from sarutak/SPARK-4055 and squashes the following commits: b031640 [Kousuke Saruta] Fixed inconsistent spelling "MLlib and MLLib"
Diffstat (limited to 'docs/mllib-statistics.md')
-rw-r--r--docs/mllib-statistics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mllib-statistics.md b/docs/mllib-statistics.md
index c463241399..10a5131c07 100644
--- a/docs/mllib-statistics.md
+++ b/docs/mllib-statistics.md
@@ -197,7 +197,7 @@ print Statistics.corr(data, method="pearson")
## Stratified sampling
-Unlike the other statistics functions, which reside in MLLib, stratified sampling methods,
+Unlike the other statistics functions, which reside in MLlib, stratified sampling methods,
`sampleByKey` and `sampleByKeyExact`, can be performed on RDD's of key-value pairs. For stratified
sampling, the keys can be thought of as a label and the value as a specific attribute. For example
the key can be man or woman, or document ids, and the respective values can be the list of ages