Skip to content

Commit 729885e

Browse files
gaurav324rxin
authored andcommitted
Fixed doc
Just fixed a doc. Author: Gaurav Nanda <[email protected]> Closes apache#5576 from gaurav324/master and squashes the following commits: 8a7323f [Gaurav Nanda] Fixed doc
1 parent 28683b4 commit 729885e

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
@@ -377,7 +377,7 @@ references.
377377
Here is an
378378
[detailed mathematical derivation](http://www.slideshare.net/dbtsai/2014-0620-mlor-36132297).
379379

380-
For multiclass classification problems, the algorithm will outputs a multinomial logistic regression
380+
For multiclass classification problems, the algorithm will output a multinomial logistic regression
381381
model, which contains $K - 1$ binary logistic regression models regressed against the first class.
382382
Given a new data points, $K - 1$ models will be run, and the class with largest probability will be
383383
chosen as the predicted class.

0 commit comments

Comments
 (0)