How can Logistic Regression handle multi-class classification problems?
Answer: A) Using one-vs-all (OvA), B) Using one-vs-one (OvO), C) Using Softmax function - Logistic Regression handles multi-class problems using one-vs-all or Softmax Regression. Though less common, it can also use one-vs-one.