A case study on predicting house prices in Ames, Iowa
Find a file
2020-06-29 01:33:25 +02:00
data Update data files due to rounding 2020-06-29 01:09:58 +02:00
.gitignore Update .gitignore for pyenv 2020-06-29 01:07:37 +02:00
1_data_cleaning.ipynb Update rendered versions of the notebooks 2020-06-29 01:10:19 +02:00
2_pairwise_correlations.ipynb Update rendered versions of the notebooks 2020-06-29 01:10:19 +02:00
3_descriptive_visualizations.ipynb Update rendered versions of the notebooks 2020-06-29 01:10:19 +02:00
4_predictive_models.ipynb Update rendered versions of the notebooks 2020-06-29 01:10:19 +02:00
LICENSE Update LICENSE for 2020 2020-06-29 01:07:13 +02:00
map.pdf Add a residential map of the city of Ames, Iowa 2018-08-29 13:48:02 +02:00
paper.pdf Add original paper on which this project is based 2018-08-29 02:35:31 +02:00
poetry.lock Use poetry instead of Pipenv 2020-06-29 01:08:07 +02:00
pyproject.toml Use poetry instead of Pipenv 2020-06-29 01:08:07 +02:00
README.md Provide a project description 2020-06-29 01:33:25 +02:00
requirements.txt Add requirements.txt 2020-06-29 01:08:40 +02:00
utils.py Add a simple version of predictive models 2018-09-05 22:30:42 +02:00

Ames Housing

This repository is a case study of applying various machine learning models to the problem of predicting house prices.

The dataset is publicly available and can be downloaded, for example, at Kaggle.

The case study is based on this research paper.

The analyses are presented in four notebooks that may be interactively worked with by following these links:

Installation

The project can be cloned and may be worked with under the MIT open source license. Python 3.7 was used to prepare and test the provided code. Albeit the poetry tool was used to manage the dependencies, a requirements.txt file is also provided as an alternative.

On a Unix system, run:

  • git clone https://github.com/webartifex/ames-housing.git (or use HTTPS instead)
  • either poetry install or pip install -r requirements.txt (in the latter case, it is suggested that a virtual environment be used)
  • after installation, jupyter lab opens a new tab in one's web browser where the notebooks and data files may be opened

Alternatively, the project should also be runnable with the Anaconda Distribution.

About the Author

Alexander Hess is a PhD student at the Chair of Logistics Management at the WHU - Otto Beisheim School of Management where he conducts research on urban delivery platforms and teaches an introductory course on Python (cf., Fall Term 2019, Spring Term 2020).

Connect him on LinkedIn.