Skip to content

Commit fc35fb3

Browse files
muxatorrxin
authored andcommitted
doc typo: "classificaion" -> "classification"
Author: muxator <[email protected]> Closes #10008 from muxator/patch-1. (cherry picked from commit 4376b5b) Signed-off-by: Reynold Xin <[email protected]>
1 parent f18de5a commit fc35fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mllib-linear-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Under the hood, linear methods use convex optimization methods to optimize the o
122122
[Classification](http://en.wikipedia.org/wiki/Statistical_classification) aims to divide items into
123123
categories.
124124
The most common classification type is
125-
[binary classificaion](http://en.wikipedia.org/wiki/Binary_classification), where there are two
125+
[binary classification](http://en.wikipedia.org/wiki/Binary_classification), where there are two
126126
categories, usually named positive and negative.
127127
If there are more than two categories, it is called
128128
[multiclass classification](http://en.wikipedia.org/wiki/Multiclass_classification).

0 commit comments

Comments
 (0)