An open API service indexing awesome lists of open source software.

https://github.com/imsanjoykb/house-price-prediction-analysis

House Price Prediction Analysis
https://github.com/imsanjoykb/house-price-prediction-analysis

data-science house-price-prediction kaggle-competition machine-learning python3

Last synced: 3 months ago
JSON representation

House Price Prediction Analysis

Awesome Lists containing this project

README

          

# House-Price-Prediction-Analysis

This is a Kaggle House Price Prediction Competition - [House Prices: Advanced Regression Techniques](https://www.kaggle.com/c/house-prices-advanced-regression-techniques). The objective of the project is to perform data visulalization techniques to understand the insight of the data. Machine learning often required to getting the understanding of the data and its insights. This project aims apply various [Python](https://www.python.org/) tools to get a visual understanding of the data and clean it to make it ready to apply machine learning opertation on it.

## Installation
This is a Jupyter notebook. Package requirements are included in requirement.txt. This project uses Python 3.5.
Run the following command in terminal to install the required packages.
`pip3 install -r requirements.txt`

## Usage
The notebook includes all the markdowns which explain the process.

## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D