Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 8 marks ) In this question, you will fit kNN regression models to the Auto data set to predict Y = m p g

(8 marks) In this question, you will fit kNN regression models to the Auto data set to predict Y=mpg using x= horsepower. This data has been divided into training and testing sets: AutoTrain.csv and AutoTest.csv (download these sets from Learn). The )R function on Learn should be used to answer this question (you need to run the kNN code before calling the function).
(a) Perform kNN regression with k=2,5,10,20,30,50 and 100,(learning from the training data) and compute the training and testing MSE for each value of k.
(b) Which value of k performed best? Explain.
(c) Plot the training data, testing data and the best kNN model in the same figure. (The points () function is useful to plot the kNN model because it is discontinuous.)
(d) Describe the bias-variance trade-off for kNN regression.
image text in transcribed

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

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions