Repository: spark Updated Branches: refs/heads/master de28e4d4d -> 4376b5bea
doc typo: "classificaion" -> "classification" Author: muxator <[email protected]> Closes #10008 from muxator/patch-1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4376b5be Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4376b5be Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4376b5be Branch: refs/heads/master Commit: 4376b5bea8171e4e73b3dbabbfdf84fa1afd140b Parents: de28e4d Author: muxator <[email protected]> Authored: Thu Nov 26 18:52:20 2015 -0800 Committer: Reynold Xin <[email protected]> Committed: Thu Nov 26 18:52:20 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/4376b5be/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]
