Linear Discriminant Analysis for Dimensionality Reduction in Python - MachineLearningMastery.com

Reducing the number of input variables for a predictive model is referred to as dimensionality reduction. Fewer input variables can result in a simpler predictive model that may have better perform...

By · · 1 min read
Linear Discriminant Analysis for Dimensionality Reduction in Python - MachineLearningMastery.com

Source: MachineLearningMastery.com

Reducing the number of input variables for a predictive model is referred to as dimensionality reduction. Fewer input variables can result in a simpler predictive model that may have better performance when making predictions on new data. Linear Discriminant Analysis, or LDA for short, is a predictive modeling algorithm for multi-class classification. It can also […]