Also known as: Multi class Logistic Regression
Multi-class logistic regression is an extension of logistic regression used to predict one label from more than two possible classes. It typically estimates class probabilities and selects the class with the highest predicted probability.
Using logistic regression in multi-class classification problems.