InterviewSolution
Saved Bookmarks
| 1. |
Can logistic regression use for more than 2 classes? |
|
Answer» No, by DEFAULT logistic regression is a BINARY classifier, so it cannot be applied to more than 2 classes. However, it can be EXTENDED for SOLVING multi-class classification problems (multinomial logistic regression) |
|