This site runs best with JavaScript enabled.Summer of AI
logo

Lesson 2 Code

Predict House Prices

In this lesson we'll import a real world house price dataset from Kaggle (https://www.kaggle.com/c/house-prices-advanced-regression-techniques), and use numerical columns from that dataset to predict the final sale price of a house. Along the way, we'll create a Dataset and Dataloader to split the data into training and validation sets, we'll check the accuracy of our model against those sets, and then we'll save and load the model for later use.

Kaggle house price dataset: https://www.kaggle.com/c/house-prices-advanced-regression-techniques


Completed Lesson Code: https://github.com/chrisachard/summer_of_ai/blob/master/House%20Prices.ipynb