Linear Discriminant Analysis is a linear classification machine learning algorithm. The algorithm involves developing a probabilistic model per class based on the specific distribution of observations for each input variable. A new example is then classified by calculating the conditional probability of it belonging to each class and selecting the class with the highest probability. […]
The post Linear Discriminant Analysis With Python appeared first on Machine Learning Mastery.
Comments
Post a Comment