Naive Bayes Classifier
Question 1) Divide the data set to Train, Test Data Sets
Question 2) Use Naive Bayes Classifier for predicting whether the customer was male or female?
Question 3) Use caret::confusionMatrix to construct the confusion matrix for your Naive Bayes Classifier Model
Question 4) Use K-Nearest Neighbor for predicting whether the customer was male or female?
Question 5) Use caret::confusionMatrix to construct the confusion matrix for your Naive Bayes Classifier Model
Question 6) Compare your two models using sensitivity, specificity.
Question 7) Compare the ROC charts of your two models.
Question 8) Compare the lift charts of your two models.