This project is based on Kaggle data for House prices estimator.
The model is based on Regression. I have made use of decision tree method predict my outcome.
- The data used to determine my outcome is available in the data folder or can be found on the competition page.
- Data folder contains:
- data_description.txt – A detailed description of the data provided
- sample_submission.csv – A sample formate for output submission
- test.csv – Test dataset
- train.csv – Train dataset
- House_price.ipynb contains the code for data preprocessing and modeling.
- submission.csv is the outcome of the data modeling.