Skip to content

Commit

Permalink
Fixed doc
Browse files Browse the repository at this point in the history
Just fixed a doc.

Author: Gaurav Nanda <gaurav324@gmail.com>

Closes apache#5576 from gaurav324/master and squashes the following commits:

8a7323f [Gaurav Nanda] Fixed doc
  • Loading branch information
gaurav324 authored and rxin committed Apr 19, 2015
1 parent 28683b4 commit 729885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mllib-linear-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ references.
Here is an
[detailed mathematical derivation](http://www.slideshare.net/dbtsai/2014-0620-mlor-36132297).

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

0 comments on commit 729885e

Please sign in to comment.