aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-linear-methods.md
diff options
context:
space:
mode:
authormuxator <muxator@users.noreply.github.com>2015-11-26 18:52:20 -0800
committerReynold Xin <rxin@databricks.com>2015-11-26 18:52:20 -0800
commit4376b5bea8171e4e73b3dbabbfdf84fa1afd140b (patch)
treeb78393a4b9a736a97d50eb1a1f4a70d260602e13 /docs/mllib-linear-methods.md
parentde28e4d4deca385b7c40b3a6a1efcd6e2fec2f9b (diff)
downloadspark-4376b5bea8171e4e73b3dbabbfdf84fa1afd140b.tar.gz
spark-4376b5bea8171e4e73b3dbabbfdf84fa1afd140b.tar.bz2
spark-4376b5bea8171e4e73b3dbabbfdf84fa1afd140b.zip
doc typo: "classificaion" -> "classification"
Author: muxator <muxator@users.noreply.github.com> Closes #10008 from muxator/patch-1.
Diffstat (limited to 'docs/mllib-linear-methods.md')
-rw-r--r--docs/mllib-linear-methods.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/mllib-linear-methods.md b/docs/mllib-linear-methods.md
index 0c76e6e999..132f8c354a 100644
--- a/docs/mllib-linear-methods.md
+++ b/docs/mllib-linear-methods.md
@@ -122,7 +122,7 @@ Under the hood, linear methods use convex optimization methods to optimize the o
[Classification](http://en.wikipedia.org/wiki/Statistical_classification) aims to divide items into
categories.
The most common classification type is
-[binary classificaion](http://en.wikipedia.org/wiki/Binary_classification), where there are two
+[binary classification](http://en.wikipedia.org/wiki/Binary_classification), where there are two
categories, usually named positive and negative.
If there are more than two categories, it is called
[multiclass classification](http://en.wikipedia.org/wiki/Multiclass_classification).