Repository: spark Updated Branches: refs/heads/branch-1.6 f18de5a83 -> fc35fb351
doc typo: "classificaion" -> "classification" Author: muxator <[email protected]> Closes #10008 from muxator/patch-1. (cherry picked from commit 4376b5bea8171e4e73b3dbabbfdf84fa1afd140b) Signed-off-by: Reynold Xin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fc35fb35 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/fc35fb35 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/fc35fb35 Branch: refs/heads/branch-1.6 Commit: fc35fb35143f887e010e7fc9f0f4903a6722ce6b Parents: f18de5a Author: muxator <[email protected]> Authored: Thu Nov 26 18:52:20 2015 -0800 Committer: Reynold Xin <[email protected]> Committed: Thu Nov 26 18:53:07 2015 -0800 ---------------------------------------------------------------------- docs/mllib-linear-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/fc35fb35/docs/mllib-linear-methods.md ---------------------------------------------------------------------- diff --git a/docs/mllib-linear-methods.md b/docs/mllib-linear-methods.md index 0c76e6e..132f8c3 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). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
