Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We will use the Ames Housing dataset, which has 82 variables and 2930 observations (AmesHousing.txt). The 82 features include 23 nominal, 23 ordinal, 14 discrete,

We will use the Ames Housing dataset, which has 82 variables and 2930 observations (AmesHousing.txt). The 82 features include 23 nominal, 23 ordinal, 14 discrete, and 20 continuous variables. You may just use 20 continuous variables in this project.

Your goal is to predict the sale price. \textbf{Exclude the Order, PID, and of course SalesPrice variables from your predictors.} You may want to combine variables (e.g. summing square feet) and perform transformations for addressing the nonlinearity that we have learned about.

You should try multiple linear regression (with or without transformations) and perform variable selection or shrinkage methods, but you are welcome to explore more! You need to preprocess the dataset. After the preprocessing, use the following code to define your test set, and its complement the training set.

I'm nit able to upload the txt file here.

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

Essential Partial Differential Equations Analytical And Computational Aspects

Authors: David F Griffiths, John W Dold, David J Silvester

1st Edition

3319225693, 9783319225692

More Books

Students also viewed these Mathematics questions

Question

=+What do you wish you had known when you were starting out?

Answered: 1 week ago