Which type of regression should i use for output having 3-4 states?

23 Views Asked by At

If output has 2 states, we can use logistics regression. But which type of regression to use when there are 3-4 output states?

1

There are 1 best solutions below

0
On

One choice is multinomial logistic regression, where the sigmoid is replaced by a softmax.