Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.27 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.27 KB

House-Price-Prediction-Analysis

This is a Kaggle House Price Prediction Competition - 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 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

Authors

This repo is maintained by Rohan Singh Rajput(mailto: [email protected]) and Rohan Vardhan (mailto: [email protected])