House Prices: Advanced Regression Techniques is a Kaggle competition with the goal of predicting house prices. In this repository you'll find the solution proposal, implementation, and report.
Install Anaconda installer with Python 2.
Run jupyter notebook on the cloned project's root directory.
Jupyter will automatically be opened on your browser at localhost:8888/.
Select house-prices.ipynb to open the project, and house-prices-part-2.ipynb for the final part of the project.