Quadratic Discriminant Analysis (QDA)

In Generative Models we consider the predictors distribution and how they affect the outcome of the conditional probability.
QDA technique is a version of Naive Bayes, in which we assume that the conditional probabilities of the predictors are multivariate normal.
In this analysis, where we use 2 predictors for 2 outcomes, the assumption is that their conditional probability is bivariate normal.
The average and standard deviations for the 2 predictors are shown below, as well as the correlation.

The following graphic shows the two estimated normal densities. It is possible to see that the normal density is a good approximation for the label 2, however the label 7 does not really follow a normal density.

Below are the model, confusion matrix and conditional probability of this technique.