doc typo: "classificaion" -> "classification"

Author: muxator <muxator@users.noreply.github.com>

Closes #10008 from muxator/patch-1.
This commit is contained in:
muxator 2015-11-26 18:52:20 -08:00 committed by Reynold Xin
parent de28e4d4de
commit 4376b5bea8

View file

@ -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).