Classification Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the advantages of Linear Discriminant Analysis over Logistic Regression?

A
  • when the classes are well-separated, LDA performs better than Logistic Regression
  • if n is small and the distribution of the predictors is approximately normal in each of the classes, LDA performs better
  • has a tendency to perform better and is popular when there is more than two response classes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the general idea behind Linear Discriminant Analysis?

A

We model the distribution of predictors given each class, and we use Bayes theorem to flip these around.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly