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
- Host: GitHub
- URL: https://github.com/imsanjoykb/house-price-prediction-analysis
- Owner: imsanjoykb
- License: mit
- Created: 2020-08-31T07:03:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T15:44:25.000Z (about 5 years ago)
- Last Synced: 2025-03-11T16:48:29.502Z (7 months ago)
- Topics: data-science, house-price-prediction, kaggle-competition, machine-learning, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 586 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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