From the course: Python Statistics Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Challenge: Predict Ames

Challenge: Predict Ames

(upbeat music) - [Instructor] In this challenge, you're going to predict the sales price of the Ames housing data. What I would like you to do is make a linear regression model, but I want you to only use the top five features from the XG Boost model that was not using categorical data. I want you to pull off those features. We saw how to do that in a previous lesson, and then I want you to train a linear regression model with just those features from the training set and then evaluate the model. What is the score or coefficient of determination or our squared value of that model?

Contents