Question
Use R Programming The dataset used in this problem is related to the quality of white wine. The data includes 4898 samples of wine. There
Use R Programming
The dataset used in this problem is related to the quality of white wine. The data includes 4898 samples of wine. There are 11 variables have potential effect to the response variable (quality). The data file winequality-white.txt and its description winequality-white_description.txt are uploaded on Canvas. The goal of this problem is to get you familiar with R and using R-packages to make the decision tree model and random forest model.
Using rpart R-package to make a decision tree and plot the tree. Which variable has the highest impact to the quality of white wine (show your result)?
Making a random forest model using the whole dataset, report your results. How does this result look like in comparison to part a?
Data sources:
http://archive.ics.uci.edu/ml/datasets/Wine+Quality
https://www.superdatascience.com/
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started