Top "Linear-discriminant" questions

How to perform prediction with LDA (linear discriminant) in scikit-learn?

I've been testing out how well PCA and LDA works for classifying 3 different types of image tags I want to …

python machine-learning scikit-learn pca linear-discriminant
LDA interpretation

I use the HMeasure package to involve the LDA in my analysis about credit risk. I have 11000 obs and I've …

r lda risk-analysis linear-discriminant
Linear Discriminant Analysis vs Naive Bayes

What are the advantages and disadvantages of LDA vs Naive Bayes in terms of machine learning classification? I know some …

machine-learning classification naivebayes linear-discriminant machine-learning-model