Predicting the prices of homes using regression techniques. This dataset is from Kaggle. Can be found here.
data_decription.txt
: Text file describing datasetHousing_Price.ipynb
: Jupyter notebook that processes data and builds regression models. All instructions to run notebook are included in the notebook.sample_submission.csv
: Example submission file provided by Kaggle.submission.csv
: My submission file for the competition.train.csv
: Training data provided by Kaggle.test.csv
: Test data provided by Kaggle.