How well does the model classify the testing data


Assignment: Data Science & Big Data

Advanced Analytics in R In this assignment you will train a Naïve Bayes classifier on categorical data and predict individuals' incomes. Import the nbtrain.csv file. Use the first 9010 records as training data and the remaining 1000 records as testing data.

1. Read the nbtrain.csv file into the R environment.

2. Construct the Naïve Bayes classifier from the training data, according to the formula "income ~ age + sex + educ". To do this, use the "naiveBayes" function from the "e1071" package. Provide the model's a priori and conditional probabilities.

3. Score the model with the testing data and create the model's confusion matrix. Also, calculate the overall, 10-50K, 50-80K, and GT 80K misclassification rates. Explain the variation in the model's predictive power across income classes.

4. Use the first 9010 records as training data and the remaining 1000 records as testing data.

5. What is propose of separating the data into a training set and testing set?

6. Construct the classifier according to the formula "sex ~ age + educ + income", and calculate the overall, female, and male misclassification rates. Explain the misclassification rates?

7. Divide the training data into two partitions, according to sex, and randomly select 3500 records from each partition. Reconstruct the model from part (a) from these 7000 records. Provide the model's a priori and conditional probabilities.

8. How well does the model classify the testing data? Explain why.

9. Repeat step (b) 4 several times. What effect does the random selection of records have on the model's performance?

10. What conclusions can one draw from this exercise?

Format your assignment according to the following formatting requirements:

1. The answer should be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides.

2. The response also includes a cover page containing the title of the assignment, the student's name, the course title, and the date. The cover page is not included in the required page length.

3. Also include a reference page. The Citations and references should follow APA format. The reference page is not included in the required page length.

Attachment:- nbtrain.rar

Request for Solution File

Ask an Expert for Answer!!
Database Management System: How well does the model classify the testing data
Reference No:- TGS02984659

Expected delivery within 24 Hours