Linear Discriminant Analysis for Machine Learning
Last Updated on August 15, 2020 Logistic regression is a classification algorithm traditionally limited to only two-class classification problems. If you have more than two classes then Linear Discriminant Analysis is the preferred linear classification technique. In this post you will discover the Linear Discriminant Analysis (LDA) algorithm for classification predictive modeling problems. After reading this post you will know: The limitations of logistic regression and the need for linear discriminant analysis. The representation of the model that is learned […]
Read more