View on GitHub

RegressionHousingPrices

Project using multiple linear regression to model prices of houses in Ames, IA.

Ames Housing Dataset

Preparing the Data

In order to run the analysis, the data image must be created. Once the repo is downloaded, switch to ./analysis/data/ and run build_data.sh to build the data image.

Data Reference

The Ames Housing Dataset was compiled and provided by Dean De Cock. The data is available on Kaggle.com under the competition House Prices: Advanced Regression Techniques. The data is not licensed by this git repo.

Reference

Kaggle (2016). Ames Housing Dataset. Data retrieved from the Kaggle website, https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data.