question archive Build a Naïve Bayes Classifier
Subject:StatisticsPrice:0 Bought3
Build a Naïve Bayes Classifier.
Use three columns of data (variables) to predict a value in a fourth column.
Build it entirely in R so it will run standing alone (ie. Do not import an excel file).
Value to be predicted: will Nathan mow the lawn? (a factor variable with two levels).
Use a confusion matrix to demonstrate how accurate the model is, given the variables available.
Upload R code to Assignment 5 using R Markdown in a Word (docx) format.