Question: # import the necessary modules house = # read in the csv file y , X = # create matrices y , from the price
# import the necessary modules
house # read in the csv file
y X # create matrices y from the price column, and X from the bedrooms, bathrooms, sqftliving, sqftlot, yrbuilt, and sqftliving columns
vif # calculate the VIF for each Xi
result roundnum for num in vif
printresult LAB: Calculating VIF using varianceinflationfactor
The kchousedata dataset contains information on house sale prices in King County, Washington from May and May The
columns include sale price, and a number of variables that might affect the price.
Load the data set into a data frame.
Create matrices from the price column, and from the bedrooms, bathrooms, sqftliving, sqftlot, yrbuilt, and sqftliving
columns
calculate the VIF for each predictor variable.
Ex: If sqftlot is used instead of sqftliving the output is:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
