Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago