CMTH 642 DATA ANALYTICS: ADVANCED METHODS ASSIGNMENT 3 solution

$24.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (10 votes)

Preparation:
The dataset is related to white Portuguese “Vinho Verde” wine. For more info:
https://archive.ics.uci.edu/ml/datasets/Wine+Quality
Import to R the following file:
https://archive.ics.uci.edu/ml/machine-learning-databases/winequality/winequality-white.csv
QUESTIONS
1. Check data characteristics. Is there missing data?
2. What is the correlation between the attributes other than wine quality?
3. Graph the frequency distribution of wine quality.
4. Reduce the levels of rating for quality to three levels as high, medium and
low.
5. Normalize the data set.
6. Divide the data to training and testing groups.
7. Use the KNN algorithm to predict the quality of wine using its attributes.
8. Evaluate the model performance.
Save your R codes in an RMD file.
Send your RMD and PDF files to the course shell.